Magellan Linux

Diff of /trunk/mkinitrd-magellan/busybox/debianutils/Config.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 815 by niro, Sat Sep 1 22:45:15 2007 UTC revision 816 by niro, Fri Apr 24 18:33:46 2009 UTC
# Line 17  config PIPE_PROGRESS Line 17  config PIPE_PROGRESS
17   help   help
18    Display a dot to indicate pipe activity.    Display a dot to indicate pipe activity.
19    
 config READLINK  
  bool "readlink"  
  default n  
  help  
   This program reads a symbolic link and returns the name  
   of the file it points to  
   
 config FEATURE_READLINK_FOLLOW  
  bool "Enable canonicalization by following all symlinks (-f)"  
  default n  
  depends on READLINK  
  help  
   Enable the readlink option (-f).  
   
20  config RUN_PARTS  config RUN_PARTS
21   bool "run-parts"   bool "run-parts"
22   default n   default n
# Line 40  config RUN_PARTS Line 26  config RUN_PARTS
26    It is useful to set up a directory like cron.daily, where you need to    It is useful to set up a directory like cron.daily, where you need to
27    execute all the scripts in that directory.    execute all the scripts in that directory.
28    
29    In this implementation of run-parts some features (such as report mode)    In this implementation of run-parts some features (such as report
30    are not implemented.    mode) are not implemented.
31    
32    Unless you know that run-parts is used in some of your scripts    Unless you know that run-parts is used in some of your scripts
33    you can safely say N here.    you can safely say N here.
# Line 53  config FEATURE_RUN_PARTS_LONG_OPTIONS Line 39  config FEATURE_RUN_PARTS_LONG_OPTIONS
39   help   help
40    Support long options for the run-parts applet.    Support long options for the run-parts applet.
41    
42    config FEATURE_RUN_PARTS_FANCY
43     bool "Support additional arguments"
44     default n
45     depends on RUN_PARTS
46     help
47      Support additional options:
48      -l --list print the names of the all matching files (not
49                limited to executables), but don't actually run them.
50    
51  config START_STOP_DAEMON  config START_STOP_DAEMON
52   bool "start-stop-daemon"   bool "start-stop-daemon"
53   default y   default n
54   help   help
55    start-stop-daemon is used to control the creation and    start-stop-daemon is used to control the creation and
56    termination of system-level processes, usually the ones    termination of system-level processes, usually the ones
# Line 63  config START_STOP_DAEMON Line 58  config START_STOP_DAEMON
58    
59  config FEATURE_START_STOP_DAEMON_FANCY  config FEATURE_START_STOP_DAEMON_FANCY
60   bool "Support additional arguments"   bool "Support additional arguments"
61   default y   default n
62   depends on START_STOP_DAEMON   depends on START_STOP_DAEMON
63   help   help
64    Support additional arguments.    Support additional arguments.
65    -o|--oknodo ignored since we exit with 0 anyway    -o|--oknodo ignored since we exit with 0 anyway
66    -v|--verbose    -v|--verbose
67      -N|--nicelevel N
68    
69  config FEATURE_START_STOP_DAEMON_LONG_OPTIONS  config FEATURE_START_STOP_DAEMON_LONG_OPTIONS
70   bool "Enable long options"   bool "Enable long options"

Legend:
Removed from v.815  
changed lines
  Added in v.816