diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-01 20:19:01 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-01 20:19:01 +0800 |
commit | c0836bed0e50e68092bc042bf447bd046383efdd (patch) | |
tree | cdefa541761e18e1d8de522826dfb617009f1fb1 /sysutils/bacula-server | |
parent | 3d760b6507a179c0360477930452e282cd644726 (diff) | |
download | freebsd-ports-gnome-c0836bed0e50e68092bc042bf447bd046383efdd.tar.gz freebsd-ports-gnome-c0836bed0e50e68092bc042bf447bd046383efdd.tar.zst freebsd-ports-gnome-c0836bed0e50e68092bc042bf447bd046383efdd.zip |
- Fix typo in rc.d script
- Bump PORTREVISION
PR: 109714
Submitted by: Volker Werth<volker@vwsoft.com>
Approved by : maintainer
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 |