mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 21:17:38 +00:00
Fixed Begin and End on network services.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9553 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f3f65e73a3
commit
5de4ea079a
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
########################################################################
|
||||
# Begin $NETWORK_DEVICES/services/ipv4-static
|
||||
# Begin /lib/network-services/ipv4-static
|
||||
#
|
||||
# Description : IPV4 Static Boot Script
|
||||
#
|
||||
@ -77,4 +77,4 @@ case "${2}" in
|
||||
;;
|
||||
esac
|
||||
|
||||
# End $NETWORK_DEVICES/services/ipv4-static
|
||||
# End /lib/network-services/ipv4-static
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
########################################################################
|
||||
# Begin $NETWORK_DEVICES/services/ipv4-static-route
|
||||
# Begin /lib/network-services/ipv4-static-route
|
||||
#
|
||||
# Description : IPV4 Static Route Script
|
||||
#
|
||||
@ -89,4 +89,4 @@ case "${2}" in
|
||||
;;
|
||||
esac
|
||||
|
||||
# End $NETWORK_DEVICES/services/ipv4-static-route
|
||||
# End /lib/network-services/ipv4-static-route
|
||||
|
Loading…
Reference in New Issue
Block a user