diff options
Diffstat (limited to 'redhat/ospf6d.init')
-rw-r--r-- | redhat/ospf6d.init | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/redhat/ospf6d.init b/redhat/ospf6d.init index 4133b4a14..5c5a2af23 100644 --- a/redhat/ospf6d.init +++ b/redhat/ospf6d.init @@ -1,6 +1,6 @@ #!/bin/bash # chkconfig: - 16 84 -# config: /etc/quagga/ospf6d.conf +# config: /etc/frr/ospf6d.conf ### BEGIN INIT INFO # Provides: ospf6d @@ -14,14 +14,14 @@ # Get network config . /etc/sysconfig/network -# quagga command line options -. /etc/sysconfig/quagga +# frr command line options +. /etc/sysconfig/frr RETVAL=0 PROG="ospf6d" cmd=ospf6d LOCK_FILE=/var/lock/subsys/ospf6d -CONF_FILE=/etc/quagga/ospf6d.conf +CONF_FILE=/etc/frr/ospf6d.conf case "$1" in start) |