summaryrefslogtreecommitdiff
path: root/net-mgmt
diff options
context:
space:
mode:
authorSergey Matveychuk <sem@FreeBSD.org>2005-06-21 11:29:52 +0000
committerSergey Matveychuk <sem@FreeBSD.org>2005-06-21 11:29:52 +0000
commitbcd17d1584a83585b120b8ffb9157f72b021fbd2 (patch)
treedd9a6dab83a67a2eff03148b000c83f704c65b40 /net-mgmt
parent- Give maintainer to babak@farrokhi.net (diff)
- Invert condition in pkg-plist.
An user config file was owerwritten with this typo.
Notes
Notes: svn path=/head/; revision=137810
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/cacti/pkg-plist2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-mgmt/cacti/pkg-plist b/net-mgmt/cacti/pkg-plist
index e978a042c74d..ee01bfcecbad 100644
--- a/net-mgmt/cacti/pkg-plist
+++ b/net-mgmt/cacti/pkg-plist
@@ -128,7 +128,7 @@
%%CACTIDIR%%/include/bottom_footer.php
@unexec cmp -s %D/%%CACTIDIR%%/include/config.php.orig %D/%%CACTIDIR%%/include/config.php && rm -f %D/%%CACTIDIR%%/include/config.php
%%CACTIDIR%%/include/config.php.orig
-@exec [ -f %D/%%CACTIDIR%%/include/config.php ] || cp %D/%%CACTIDIR%%/include/config.php.orig %D/%%CACTIDIR%%/include/config.php
+@exec [ ! -f %D/%%CACTIDIR%%/include/config.php ] || cp %D/%%CACTIDIR%%/include/config.php.orig %D/%%CACTIDIR%%/include/config.php
%%CACTIDIR%%/include/config_arrays.php
%%CACTIDIR%%/include/config_constants.php
%%CACTIDIR%%/include/config_form.php