Project

General

Profile

« Previous | Next » 

Revision 10616c2b

Added by Scott Ullrich over 20 years ago

Add usbd to system startup.

View differences:

etc/rc
52 52

  
53 53
mount_devfs devfs /dev
54 54

  
55
echo Syncing master.passwd ...
55
echo Syncing master.passwd...
56 56
/usr/sbin/pwd_mkdb -d /etc/ /etc/master.passwd
57 57

  
58 58
# Create an initial utmp file
......
73 73
echo Starting INETD for FTP-PROXY...
74 74
/usr/sbin/inetd -wW -C 60
75 75

  
76
echo Starting Secure Shell Services ...
76
echo Starting Secure Shell Services...
77 77
/etc/sshd
78 78

  
79
/usr/sbin/cron 2>/dev/null
79
echo Starting USB...
80
/usr/sbin/usbd 2>>/tmp/bootup_messages
81

  
82
/usr/sbin/cron 2>>/tmp/bootup_messages
80 83

  
81 84
for FILE in /usr/local/etc/rc.d/*.sh; do
82 85
    if [ -e $FILE ]; then
83 86
        echo "Starting ${FILE}..."
84
        sh $FILE
87
        sh $FILE 2>>/tmp/bootup_messages
85 88
    fi
86 89
done
87 90

  

Also available in: Unified diff