mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/webmin: Updated for version 1.810.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
e9bda48da8
commit
1fda345651
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=webmin
|
||||
VERSION=${VERSION:-1.801}
|
||||
VERSION=${VERSION:-1.810}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -66,7 +66,7 @@ rm -f mount/{freebsd,openbsd,macos}-mounts*
|
|||
mkdir -p $PKG/usr/libexec/webmin $PKG/var/log/webmin \
|
||||
$PKG/etc/rc.d $PKG/etc/webmin
|
||||
|
||||
install -m 0755 $CWD/rc.webmin $PKG/etc/rc.d/rc.webmin
|
||||
install -m 0644 $CWD/rc.webmin $PKG/etc/rc.d/rc.webmin
|
||||
|
||||
cp -rp * $PKG/usr/libexec/webmin
|
||||
echo "slackware" > $PKG/usr/libexec/webmin/install-type
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="webmin"
|
||||
VERSION="1.801"
|
||||
VERSION="1.810"
|
||||
HOMEPAGE="http://www.webmin.com/"
|
||||
DOWNLOAD="http://jaist.dl.sourceforge.net/project/webadmin/webmin/1.801/webmin-1.801.tar.gz"
|
||||
MD5SUM="91d05b4e31ad1bd14bab14e0f155c088"
|
||||
DOWNLOAD="http://jaist.dl.sourceforge.net/project/webadmin/webmin/1.810/webmin-1.810.tar.gz"
|
||||
MD5SUM="e663c3da61c08fc9ecaf1aeab74041e0"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jdk"
|
||||
|
|
Loading…
Reference in a new issue