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

SCM Repository

ViewVC logotype

Diff of /branches/freewrt_1_0/package/base-files/files/etc/init.d/S98done

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

revision 2765 by wbx, Thu Sep 28 10:42:55 2006 UTC revision 2766 by tha, Mon Jun 11 23:24:02 2007 UTC
# Line 1  Line 1 
1  #!/bin/sh  #!/bin/sh
2  sysctl -p >&-  
3    case $1 in
4    autostart)
5            exec $0 start
6            ;;
7    start)
8            sysctl -p >&-
9            ;;
10    stop)
11            echo "$0: no stop function implemented..."
12            ;;
13    *)
14            echo "Usage: $0 {start | stop }"
15            exit 1
16            ;;
17    esac
18    exit $?

Legend:
Removed from v.2765  
changed lines
  Added in v.2766

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