diff options
author | Renato Botelho <garga@FreeBSD.org> | 2006-04-01 23:06:24 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2006-04-01 23:06:24 +0000 |
commit | 4d8ddd36e40946883479fd88813aa812118b919d (patch) | |
tree | 4f86d2760720a7d4ddfa89de3cee12d690deb70b /sysutils/bacula-client-devel | |
parent | cd4eed0fcd07c73ca336f8ba353e1e3398fbfedb (diff) |
Notes
Diffstat (limited to 'sysutils/bacula-client-devel')
-rw-r--r-- | sysutils/bacula-client-devel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bacula-client-devel/Makefile b/sysutils/bacula-client-devel/Makefile index 48039fae7548..7e72ab789c25 100644 --- a/sysutils/bacula-client-devel/Makefile +++ b/sysutils/bacula-client-devel/Makefile @@ -15,6 +15,6 @@ COMMENT= The network backup solution (client) - DEVELOPMENT Version PLIST= ${PKGDIR}/pkg-plist.client WITH_CLIENT_ONLY= yes -USE_RC_SUBR= z-bacula-fd.sh +USE_RC_SUBR= bacula-fd.sh .include "${MASTERDIR}/Makefile" |