system/webmin: Updated for version 1.480

This commit is contained in:
David Somero 2010-05-12 17:46:20 +02:00 committed by Robby Workman
parent 1abc2293b1
commit d18f668186
4 changed files with 10 additions and 19 deletions

View File

@ -20,9 +20,3 @@ script and make sure rc.webmin has executable permissions set:
fi
After the webmin service is started, point your web browser to
http://localhost:10000 and login as root to use webmin.
Note that if you upgrade from a older version of this SlackBuild
you __MUST__ use the new /etc/rc.d/rc.webmin file.
Also, if you are upgrading, you need to backup your /etc/webmin directory.
All of the config files will be deleted by this upgrade - however, that
problem is solved in future upgrades, so it won't be an issue again.

View File

@ -1,5 +1,3 @@
#!/bin/sh
config() {
NEW="$1"
OLD="$(dirname $NEW)/$(basename $NEW .new)"
@ -22,3 +20,4 @@ fi
# Signal the startup script to do some post install configuration
touch etc/webmin/FIRSTRUN

View File

@ -2,7 +2,7 @@
# Slackware build script for Webmin http://www.webmin.com
# Copyright 2006-2008 David Somero (dsomero@hotmail.com)
# Copyright 2006-2009 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.420
VERSION=1.480
ARCH=noarch
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -58,12 +58,10 @@ rm -f mount/{freebsd,openbsd,macos}-mounts*
( find . -name '*.cgi' ; find . -name '*.pl' ) | perl perlpath.pl /usr/bin/perl -
install -d -m 0755 $PKG/usr/libexec/webmin
install -d -m 0755 $PKG/var
install -d -m 0755 $PKG/etc/rc.d/
install -d -m 0755 $PKG/etc/webmin/
install -d -m 0755 $PKG/var/log/webmin/
install -m 0644 $CWD/rc.webmin $PKG/etc/rc.d/rc.webmin
mkdir -p $PKG/usr/libexec/webmin $PKG/var/log/webmin $PKG/etc/{rc.d,webmin}
install -m 0755 $CWD/rc.webmin $PKG/etc/rc.d/rc.webmin
cp -rp * $PKG/usr/libexec/webmin
echo "slackware" > $PKG/usr/libexec/webmin/install-type
echo "/usr/libexec/webmin" > $PKG/usr/libexec/webmin/install-dir

View File

@ -1,8 +1,8 @@
PRGNAM="webmin"
VERSION="1.420"
VERSION="1.480"
HOMEPAGE="http://www.webmin.com/"
DOWNLOAD="http://downloads.sourceforge.net/webadmin/webmin-1.420.tar.gz"
MD5SUM="0b650023ad06dc88523f0e564d86fd3b"
DOWNLOAD="http://downloads.sourceforge.net/webadmin/webmin-1.480.tar.gz"
MD5SUM="10c417b7b44a00b3297617cbb541780e"
MAINTAINER="David Somero"
EMAIL="dsomero@hotmail.com"
APPROVED="rworkman"