diff options
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/init.d/vyatta-router (renamed from etc/init.d/vyatta-ofr) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/init.d/vyatta-ofr b/etc/init.d/vyatta-router index a74a87e..5c93faf 100755 --- a/etc/init.d/vyatta-ofr +++ b/etc/init.d/vyatta-router @@ -1,6 +1,6 @@ #!/bin/bash ### BEGIN INIT INFO -# Provides: vyatta-ofr +# Provides: vyatta-router # Required-Start: $syslog $time $local_fs # Required-Stop: $syslog $time $local_fs # Default-Start: 2 3 4 5 @@ -82,7 +82,7 @@ init_bootfile () { fi [ -d /media/floppy/config ] && - mount -o bind /media/floppy/config /opt/vyatta/etc/config + mount -o bind /media/floppy/config /opt/vyatta/etc/config if [ -f $BOOTFILE ] && grep -q '/\*XORP Configuration File, v1.0\*/' \ $BOOTFILE >&/dev/null; then @@ -138,7 +138,7 @@ cleanup_raid() # # Load the acpi_cpufreq kernel module, but only for certain processors. -# Some Intel CPUs need to have it loaded in order to initialize +# Some Intel CPUs need to have it loaded in order to initialize # properly. # load_acpi_cpufreq() |