summaryrefslogtreecommitdiff
path: root/databases/sqlrelay/files/patch-init-freebsd-rc.d-sqlrelay.in
blob: cfa24ba9446b16a097c16f6056a706ea92468dd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- init/freebsd/rc.d/sqlrelay.in.orig	Fri Jan 28 06:00:16 2005
+++ init/freebsd/rc.d/sqlrelay.in	Mon May  9 01:53:52 2005
@@ -23,7 +23,7 @@
 
 start(){
     echo -n $"Starting SQL Relay: "
-    if ( test -r "/etc/sqlrelay" ); then
+    if ( test -r "${sysconfdir}/sqlrelay" ); then
         launched=0
         for connid in `grep -v ^# /etc/sqlrelay`; do
             echo