summaryrefslogtreecommitdiffstats
path: root/system/webmin
diff options
context:
space:
mode:
Diffstat (limited to 'system/webmin')
-rw-r--r--system/webmin/webmin.SlackBuild10
-rw-r--r--system/webmin/webmin.info6
2 files changed, 10 insertions, 6 deletions
diff --git a/system/webmin/webmin.SlackBuild b/system/webmin/webmin.SlackBuild
index 377960d85b..687b7565dd 100644
--- a/system/webmin/webmin.SlackBuild
+++ b/system/webmin/webmin.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Webmin http://www.webmin.com
-# Copyright 2006-2007 David Somero (dsomero@hotmail.com)
+# Copyright 2006-2008 David Somero (dsomero@hotmail.com)
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=webmin
-VERSION=1.400
+VERSION=1.420
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -85,7 +85,8 @@ nouninstall=1
noperlpath=1
nopostinstall=1
-export config_dir var_dir perl autoos port login crypt host ssl atboot nostart nochown autothird nouninstall noperlpath nopostinstall
+export config_dir var_dir perl autoos port login crypt host ssl atboot \
+ nostart nochown autothird nouninstall noperlpath nopostinstall
cd $PKG/usr/libexec/webmin
./setup.sh 2>&1
@@ -133,5 +134,8 @@ done
DOINST
fi
+# Fix a few ownership issues
+chown -R root:root $PKG/etc $PKG/var
+
cd $PKG
/sbin/makepkg -l y -c n $OUTPUT/$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.tgz
diff --git a/system/webmin/webmin.info b/system/webmin/webmin.info
index 01fc7a2496..2132effe20 100644
--- a/system/webmin/webmin.info
+++ b/system/webmin/webmin.info
@@ -1,8 +1,8 @@
PRGNAM="webmin"
-VERSION="1.400"
+VERSION="1.420"
HOMEPAGE="http://www.webmin.com/"
-DOWNLOAD="http://downloads.sourceforge.net/webadmin/webmin-1.400.tar.gz"
-MD5SUM="c52399bc70f0277d69fb128930e09fd0"
+DOWNLOAD="http://downloads.sourceforge.net/webadmin/webmin-1.420.tar.gz"
+MD5SUM="0b650023ad06dc88523f0e564d86fd3b"
MAINTAINER="David Somero"
EMAIL="dsomero@hotmail.com"
APPROVED="rworkman"