diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2004-05-23 10:04:40 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2004-05-23 10:04:40 +0000 |
commit | 132b4c1e95ae6a2a504b3a36c381c0bc7c3836d9 (patch) | |
tree | b5e65e9547f4864569594edfa39345399f47039a /sysutils/bacula | |
parent | 6a773d294bbb40000cb15ed41bb091addd2d9a03 (diff) | |
download | ports-132b4c1e95ae6a2a504b3a36c381c0bc7c3836d9.tar.gz ports-132b4c1e95ae6a2a504b3a36c381c0bc7c3836d9.zip |
Notes
Diffstat (limited to 'sysutils/bacula')
-rw-r--r-- | sysutils/bacula/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysutils/bacula/Makefile b/sysutils/bacula/Makefile index 951891358272..84dff58ef443 100644 --- a/sysutils/bacula/Makefile +++ b/sysutils/bacula/Makefile @@ -182,7 +182,7 @@ post-install: if [ -f ${PREFIX}/etc/bacula-$$na.conf.new ]; then \ ${ECHO_CMD} "etc/bacula-$$na.conf.new" >> ${TMPPLIST}; \ elif [ -f ${PREFIX}/etc/bacula-$$na.conf ]; then \ - ${MV} ${PREFIX}/etc/bacula-$$na.conf ${PREFIX}/etc/bacula-$$na.sample; \ + ${MV} ${PREFIX}/etc/bacula-$$na.conf ${PREFIX}/etc/bacula-$$na.conf.sample; \ ${ECHO_CMD} "etc/bacula-$$na.conf.sample" >> ${TMPPLIST}; \ fi \ done; \ |