Changeset 8216c15 in freewrt


Ignore:
Timestamp:
Dec 29, 2006, 3:25:24 PM (19 years ago)
Author:
Dirk Nehring <dnehring@…>
Children:
c4b3fd4
Parents:
935b833
Message:

enable nohup by default, needed for some background scripts

git-svn-id: svn://www.freewrt.org/trunk/freewrt@1394 afb5a338-a214-0410-bd46-81f09a774fd1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • package/busybox/config/coreutils/Config.in

    r935b833 r8216c15  
    121121        depends on BUSYBOX_CONFIG_DD
    122122        help
    123           sending a SIGUSR1 signal to a running `dd' process makes it 
    124           print to standard error the number of records read and written 
     123          sending a SIGUSR1 signal to a running `dd' process makes it
     124          print to standard error the number of records read and written
    125125          so far, then to resume copying.
    126126
    127           $ dd if=/dev/zero of=/dev/null& pid=$! $ kill -USR1 $pid; sleep 1; kill $pid 
     127          $ dd if=/dev/zero of=/dev/null& pid=$! $ kill -USR1 $pid; sleep 1; kill $pid
    128128          10899206+0 records in 10899206+0 records out
    129129
     
    446446config BUSYBOX_CONFIG_NOHUP
    447447        bool "nohup"
    448         default n
     448        default y
    449449        help
    450450          run a command immune to hangups, with output to a non-tty.
     
    745745        help
    746746          This option allows utilities such as 'ls', 'more' and 'telnet'
    747           to determine the width of the screen, which can allow them to 
     747          to determine the width of the screen, which can allow them to
    748748          display additional text or avoid wrapping text onto the next line.
    749           If you leave this disabled, your utilities will be especially 
     749          If you leave this disabled, your utilities will be especially
    750750          primitive and will be unable to determine the current screen width.
    751751
Note: See TracChangeset for help on using the changeset viewer.