diff options
Diffstat (limited to 'pkgsrc')
| -rw-r--r-- | pkgsrc/bgpd.sh.in | 2 | ||||
| -rw-r--r-- | pkgsrc/eigrpd.sh.in | 2 | ||||
| -rw-r--r-- | pkgsrc/mgmtd.sh.in | 2 | ||||
| -rw-r--r-- | pkgsrc/ospf6d.sh.in | 2 | ||||
| -rw-r--r-- | pkgsrc/ospfd.sh.in | 2 | ||||
| -rw-r--r-- | pkgsrc/ripd.sh.in | 2 | ||||
| -rw-r--r-- | pkgsrc/ripngd.sh.in | 2 | ||||
| -rw-r--r-- | pkgsrc/zebra.sh.in | 2 | 
8 files changed, 8 insertions, 8 deletions
diff --git a/pkgsrc/bgpd.sh.in b/pkgsrc/bgpd.sh.in index bd6aba4f10..a8ba7c68f0 100644 --- a/pkgsrc/bgpd.sh.in +++ b/pkgsrc/bgpd.sh.in @@ -16,7 +16,7 @@ fi  name="bgpd"  rcvar=$name -required_files="@CFG_SYSCONF@/${name}.conf" +required_files="@e_sysconfdir@/${name}.conf"  command="@prefix@/sbin/${name}"  command_args="-d" diff --git a/pkgsrc/eigrpd.sh.in b/pkgsrc/eigrpd.sh.in index e6b6b3c218..dd8caf87fa 100644 --- a/pkgsrc/eigrpd.sh.in +++ b/pkgsrc/eigrpd.sh.in @@ -16,7 +16,7 @@ fi  name="eigrpd"  rcvar=$name -required_files="@CFG_SYSCONF@/${name}.conf" +required_files="@e_sysconfdir@/${name}.conf"  command="@prefix@/sbin/${name}"  command_args="-d" diff --git a/pkgsrc/mgmtd.sh.in b/pkgsrc/mgmtd.sh.in index 91a45f2e9e..313633a782 100644 --- a/pkgsrc/mgmtd.sh.in +++ b/pkgsrc/mgmtd.sh.in @@ -16,7 +16,7 @@ fi  name="mgmtd"  rcvar=$name -required_files="@CFG_SYSCONF@/${name}.conf" +required_files="@e_sysconfdir@/${name}.conf"  command="@prefix@/sbin/${name}"  command_args="-d" diff --git a/pkgsrc/ospf6d.sh.in b/pkgsrc/ospf6d.sh.in index bdd348ee7a..c9854ed793 100644 --- a/pkgsrc/ospf6d.sh.in +++ b/pkgsrc/ospf6d.sh.in @@ -16,7 +16,7 @@ fi  name="ospf6d"  rcvar=$name -required_files="@CFG_SYSCONF@/${name}.conf" +required_files="@e_sysconfdir@/${name}.conf"  command="@prefix@/sbin/${name}"  command_args="-d" diff --git a/pkgsrc/ospfd.sh.in b/pkgsrc/ospfd.sh.in index 508b8af47d..07dee55574 100644 --- a/pkgsrc/ospfd.sh.in +++ b/pkgsrc/ospfd.sh.in @@ -16,7 +16,7 @@ fi  name="ospfd"  rcvar=$name -required_files="@CFG_SYSCONF@/${name}.conf" +required_files="@e_sysconfdir@/${name}.conf"  command="@prefix@/sbin/${name}"  command_args="-d" diff --git a/pkgsrc/ripd.sh.in b/pkgsrc/ripd.sh.in index ca915ad9d2..6c9b580a31 100644 --- a/pkgsrc/ripd.sh.in +++ b/pkgsrc/ripd.sh.in @@ -16,7 +16,7 @@ fi  name="ripd"  rcvar=$name -required_files="@CFG_SYSCONF@/${name}.conf" +required_files="@e_sysconfdir@/${name}.conf"  command="@prefix@/sbin/${name}"  command_args="-d" diff --git a/pkgsrc/ripngd.sh.in b/pkgsrc/ripngd.sh.in index 18d6cd4d30..d316d46014 100644 --- a/pkgsrc/ripngd.sh.in +++ b/pkgsrc/ripngd.sh.in @@ -16,7 +16,7 @@ fi  name="ripngd"  rcvar=$name -required_files="@CFG_SYSCONF@/${name}.conf" +required_files="@e_sysconfdir@/${name}.conf"  command="@prefix@/sbin/${name}"  command_args="-d" diff --git a/pkgsrc/zebra.sh.in b/pkgsrc/zebra.sh.in index dc5016cd18..7a24106782 100644 --- a/pkgsrc/zebra.sh.in +++ b/pkgsrc/zebra.sh.in @@ -16,7 +16,7 @@ fi  name="zebra"  rcvar=$name -required_files="@CFG_SYSCONF@/${name}.conf" +required_files="@e_sysconfdir@/${name}.conf"  command="@prefix@/sbin/${name}"  command_args="-d"  | 
