Move readlink, mktemp, run-parts and which to a new debianutils dir.

This commit is contained in:
Glenn L McGrath
2002-11-11 03:00:12 +00:00
parent c11986d89e
commit 8f0722a53b
16 changed files with 86 additions and 11 deletions

15
debianutils/config.in Normal file
View File

@@ -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