- Timestamp:
- Jan 21, 2007, 3:02:02 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
server/common/oursrc/execsys/execsys-binfmt.pre
r27 r110 1 1 #!/bin/sh 2 2 # 3 # execsys-binfmt: test1 3 # execsys-binfmt: test1 4 4 # 5 5 # chkconfig: 2345 2 98 6 6 # description: test2 7 7 # 8 ### BEGIN INIT INFO 9 # Provides: execsys-binfmt 10 # Required-Start: $syslog 11 # Required-Stop: $syslog 12 # Should-Start: $local_fs 13 # Should-Stop: $local_fs 14 # Default-Start: 2 3 4 5 15 # Default-Stop: 0 1 6 16 # Short-Description: Start scripts.mit.edu execsys system 17 # Description: Decides what interpreter to use to execute files 18 ### END INIT INFO 8 19 9 20 stop () … … 29 40 stop 30 41 ;; 42 force-reload) 43 stop 44 start 45 ;; 31 46 restart) 32 47 stop … … 34 49 ;; 35 50 *) 36 echo "Usage: $0 [start|stop|restart ]" >&251 echo "Usage: $0 [start|stop|restart|force-reload]" >&2 37 52 exit 2 38 53 ;;
Note: See TracChangeset
for help on using the changeset viewer.