mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
system/webmin: Updated for version 1.420
This commit is contained in:
parent
7c4af3076e
commit
5a02586f3e
2 changed files with 10 additions and 6 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue