Changeset 8559
- Timestamp:
- 09/07/08 16:24:47 (3 months ago)
- Files:
-
- trunk/BOOK/bootscripts/contrib/lsb-v3/ChangeLog (modified) (1 diff)
- trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/network (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/BOOK/bootscripts/contrib/lsb-v3/ChangeLog
r8558 r8559 5 5 due to minimal install target. 6 6 * Store bootlog date in UTC. 7 * Added hard deps to network script for local_fs, swap, and 8 localnet (account for /usr at network instead of $remote_fs). 7 9 8 10 20080831 - [dj] * Corrected more, and minimized dependencies in scripts. trunk/BOOK/bootscripts/contrib/lsb-v3/init.d/network
r8558 r8559 4 4 ### BEGIN INIT INFO 5 5 # Provides: $network 6 # Required-Start: 6 # Required-Start: $local_fs swap localnet 7 7 # Should-Start: $syslog 8 8 # Required-Stop: $local_fs swap localnet
