From 8f0722a53b9a88c0b4e60b79e4362d0f31c32c54 Mon Sep 17 00:00:00 2001 From: Glenn L McGrath Date: Mon, 11 Nov 2002 03:00:12 +0000 Subject: Move readlink, mktemp, run-parts and which to a new debianutils dir. --- debianutils/config.in | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debianutils/config.in (limited to 'debianutils/config.in') diff --git a/debianutils/config.in b/debianutils/config.in new file mode 100644 index 000000000..7b1d92991 --- /dev/null +++ b/debianutils/config.in @@ -0,0 +1,15 @@ +# +# For a description of the syntax of this configuration file, +# see scripts/kbuild/config-language.txt. +# + +mainmenu_option next_comment +comment 'Debian Utilities' + +bool 'mktemp' CONFIG_MKTEMP +bool 'readlink' CONFIG_READLINK +bool 'run-parts' CONFIG_RUN_PARTS +bool 'which' CONFIG_WHICH + +endmenu + -- cgit v1.2.3