diff options
| author | Bill Nottingham <notting@redhat.com> | 2002-03-13 07:28:10 +0000 |
|---|---|---|
| committer | Bill Nottingham <notting@redhat.com> | 2002-03-13 07:28:10 +0000 |
| commit | 517417011c0693d5eda3e756da8285bbda6a21d1 (patch) | |
| tree | 17412d36db074b6ec304dfc903b6c941b10baaca /rc.d/init.d/network | |
| parent | d090c112c1a20baf198a1f1a6ab14cd804ad755c (diff) | |
| download | initscripts-517417011c0693d5eda3e756da8285bbda6a21d1.tar.gz initscripts-517417011c0693d5eda3e756da8285bbda6a21d1.tar.xz initscripts-517417011c0693d5eda3e756da8285bbda6a21d1.zip | |
provide various LSB init facilities
Diffstat (limited to 'rc.d/init.d/network')
| -rwxr-xr-x | rc.d/init.d/network | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network index 0fe253e0..94183fe5 100755 --- a/rc.d/init.d/network +++ b/rc.d/init.d/network @@ -6,6 +6,9 @@ # description: Activates/Deactivates all network interfaces configured to \ # start at boot time. # probe: true +### BEGIN INIT INFO +# Provides: $network +### END INIT INFO # Source function library. . /etc/init.d/functions |
