databases/sqlrelay: ubreak build
Reported by: marino
This commit is contained in:
parent
eea36177a7
commit
c3e5dea7a2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333707
1 changed files with 0 additions and 11 deletions
|
@ -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
|
Loading…
Reference in a new issue