Magellan Linux

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

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

revision 983 by niro, Fri Apr 24 18:33:46 2009 UTC revision 984 by niro, Sun May 30 11:32:42 2010 UTC
# Line 35  config RUN_PARTS Line 35  config RUN_PARTS
35  config FEATURE_RUN_PARTS_LONG_OPTIONS  config FEATURE_RUN_PARTS_LONG_OPTIONS
36   bool "Enable long options"   bool "Enable long options"
37   default n   default n
38   depends on RUN_PARTS && GETOPT_LONG   depends on RUN_PARTS && LONG_OPTS
39   help   help
40    Support long options for the run-parts applet.    Support long options for the run-parts applet.
41    
# Line 69  config FEATURE_START_STOP_DAEMON_FANCY Line 69  config FEATURE_START_STOP_DAEMON_FANCY
69  config FEATURE_START_STOP_DAEMON_LONG_OPTIONS  config FEATURE_START_STOP_DAEMON_LONG_OPTIONS
70   bool "Enable long options"   bool "Enable long options"
71   default n   default n
72   depends on START_STOP_DAEMON && GETOPT_LONG   depends on START_STOP_DAEMON && LONG_OPTS
73   help   help
74    Support long options for the start-stop-daemon applet.    Support long options for the start-stop-daemon applet.
75    

Legend:
Removed from v.983  
changed lines
  Added in v.984