databases/sqlrelay: ubreak build

Reported by:	marino
This commit is contained in:
William Grzybowski 2013-11-13 16:44:48 +00:00
parent eea36177a7
commit c3e5dea7a2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333707

View File

@ -1,11 +0,0 @@
--- 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