Changeset 1191
- Timestamp:
- 07/10/08 13:28:35 (4 months ago)
- Files:
-
- trunk/server/debian/mogilefsd.init (modified) (1 diff)
- trunk/server/debian/mogstored.init (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/server/debian/mogilefsd.init
r167 r1191 1 1 #! /bin/sh 2 ### BEGIN INIT INFO 3 # Provides: mogilefsd 4 # Required-Start: $local_fs $remote_fs $network $syslog 5 # Required-Stop: $local_fs $remote_fs $network $syslog 6 # Default-Start: 2 3 4 5 7 # Default-Stop: 0 1 6 8 # Short-Description: Start/Stop the mogilefsd daemon 9 # Description: Start/Stop the mogilefsd daemon. 10 ### END INIT INFO 2 11 # 3 12 # skeleton example file to build /etc/init.d/ scripts. trunk/server/debian/mogstored.init
r167 r1191 1 1 #! /bin/sh 2 ### BEGIN INIT INFO 3 # Provides: mogstored 4 # Required-Start: $local_fs $remote_fs $network $syslog 5 # Required-Stop: $local_fs $remote_fs $network $syslog 6 # Default-Start: 2 3 4 5 7 # Default-Stop: 0 1 6 8 # Short-Description: Start/Stop the mogstored daemon 9 # Description: Start/Stop the mogstored daemon. 10 ### END INIT INFO 2 11 # 3 12 # skeleton example file to build /etc/init.d/ scripts.
