diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-03-01 12:19:01 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-03-01 12:19:01 +0000 |
commit | 8304fa36e58f516a6fa379d669c28a38c646b62c (patch) | |
tree | c1b1f3138ce01bd37237d2c244033b437a18b31c /sysutils/bacula-server | |
parent | a994262ca51c12505e653bb62f1f5923fe950dd8 (diff) | |
download | ports-8304fa36e58f516a6fa379d669c28a38c646b62c.tar.gz ports-8304fa36e58f516a6fa379d669c28a38c646b62c.zip |
Notes
Diffstat (limited to 'sysutils/bacula-server')
-rw-r--r-- | sysutils/bacula-server/Makefile | 2 | ||||
-rw-r--r-- | sysutils/bacula-server/files/bacula-fd.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/bacula-server/Makefile b/sysutils/bacula-server/Makefile index 47104e2f4e4c..9e401901c1f7 100644 --- a/sysutils/bacula-server/Makefile +++ b/sysutils/bacula-server/Makefile @@ -7,7 +7,7 @@ PORTNAME= bacula DISTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= bacula diff --git a/sysutils/bacula-server/files/bacula-fd.in b/sysutils/bacula-server/files/bacula-fd.in index 791acdc59bfd..e974c8b43228 100644 --- a/sysutils/bacula-server/files/bacula-fd.in +++ b/sysutils/bacula-server/files/bacula-fd.in @@ -18,7 +18,7 @@ name="bacula_fd" rcvar=${name}_enable -command=%%PREFIX%%sbin/bacula-fd +command=%%PREFIX%%/sbin/bacula-fd load_rc_config $name |