aboutsummaryrefslogtreecommitdiff
path: root/sysutils/webmin/pkg-plist
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2004-06-19 20:58:44 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2004-06-19 20:58:44 +0000
commit16ebae5b9aff8663b6944ad835fc8018ac8ced4c (patch)
tree950bc5b26718cd5fbcfe6bd3836a84d6411c8dec /sysutils/webmin/pkg-plist
parent2998f14b5b245241bf5b971d65978788bad1b3bd (diff)
downloadports-16ebae5b9aff8663b6944ad835fc8018ac8ced4c.tar.gz
ports-16ebae5b9aff8663b6944ad835fc8018ac8ced4c.zip
Notes
Diffstat (limited to 'sysutils/webmin/pkg-plist')
-rw-r--r--sysutils/webmin/pkg-plist8
1 files changed, 1 insertions, 7 deletions
diff --git a/sysutils/webmin/pkg-plist b/sysutils/webmin/pkg-plist
index 49d7126eff34..5e23e3612634 100644
--- a/sysutils/webmin/pkg-plist
+++ b/sysutils/webmin/pkg-plist
@@ -1,11 +1,5 @@
-@comment stop service at deinstall time
-@unexec [ -n "$BATCH" ] || ([ ! -d %D/etc/webmin ] || [ ! -x %D/etc/rc.d/webmin.sh ] || %D/etc/rc.d/webmin.sh stop >/dev/null )
-etc/rc.d/webmin.sh-dist
+etc/rc.d/webmin.sh
@comment Insert PLIST.lib-webmin here
@comment -=[ begin PLIST.lib-webmin ]=-
@comment -=[ end PLIST.lib-webmin ]=-
@dirrm lib/webmin
-@comment upgrade configuration if etc/webmin exists
-@exec [ ! -d %D/etc/webmin ] || echo | nostart=Y %D/lib/webmin/setup.sh
-@comment run interactive setup if not in BATCH mode and no configuration exists
-@exec [ -n "$BATCH" ] || ([ -d %D/etc/webmin ] || nostart=Y %D/lib/webmin/setup.sh)