English Language flag
// Log In
// CVSweb
Project: FreeWRT
// Summary // Activity // Search // Tracker // Lists // News // SCM // Wiki

SCM Repository

ViewVC logotype

Contents of /branches/freewrt_1_0/package/base-files/files/etc/init.d/rcK

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2759 - (show annotations) (download)
Mon Jun 11 00:16:30 2007 UTC (6 years, 8 months ago) by tha
File size: 105 byte(s)
hope this is enough for fixing ticket #320: shut down network interfaces
before rebooting

I have no serial, but on my remote syslog I got this:
Jun 11 02:07:28 whitebox init: Starting pid 1141, console /dev/tts/0: 
'/etc/init.d/rcK'
Jun 11 02:07:28 whitebox System log daemon exiting.

1 #!/bin/sh
2 for i in `ls -w1 /etc/init.d/S* | sort -rnk2` ; do
3 $i stop 2>&1
4 done | logger -s -p 6 -t '' &

Properties

Name Value
svn:executable *

root@freewrt.org:443
ViewVC Help
Powered by ViewVC 1.1.20