summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--system/usermin/usermin.SlackBuild4
-rw-r--r--system/usermin/usermin.info6
2 files changed, 5 insertions, 5 deletions
diff --git a/system/usermin/usermin.SlackBuild b/system/usermin/usermin.SlackBuild
index 4657075e6b..52ba15aaa5 100644
--- a/system/usermin/usermin.SlackBuild
+++ b/system/usermin/usermin.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=usermin
-VERSION=${VERSION:-1.620}
+VERSION=${VERSION:-1.630}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -102,7 +102,7 @@ $PKG/opt/usermin/setup.sh
# Fixup the config files to use their real locations
sed -i "s:^pidfile=.*$:pidfile=/var/run/usermin.pid:" $PKG/etc/usermin/miniserv.conf
-find $PKG/etc/usermin -type f -exec sed -i "s:$PKG::g" {} \;
+find $PKG/etc/usermin -type f -exec sed -i "s:$PKG::g" {} \;
# make it only accessible by localhost
echo 'allow=127.0.0.1' >> $PKG/etc/usermin/miniserv.conf
diff --git a/system/usermin/usermin.info b/system/usermin/usermin.info
index 71895af792..41999b1b5a 100644
--- a/system/usermin/usermin.info
+++ b/system/usermin/usermin.info
@@ -1,8 +1,8 @@
PRGNAM="usermin"
-VERSION="1.620"
+VERSION="1.630"
HOMEPAGE="http://webmin.com/usermin.html"
-DOWNLOAD="http://prdownloads.sourceforge.net/webadmin/usermin-1.620.tar.gz"
-MD5SUM="68fb3f183fa67eccf0a8872892db1899"
+DOWNLOAD="http://prdownloads.sourceforge.net/webadmin/usermin-1.630.tar.gz"
+MD5SUM="1d5aa277d833708636da543b17145003"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="webmin"