mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Update to version 1.010.
Avoid referencing libpam.so.1 as it breaks -CURRENT: use the libpam.so symlink.
This commit is contained in:
parent
1825f7f821
commit
978b8dbdc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78335
5 changed files with 16 additions and 11 deletions
|
@ -6,7 +6,7 @@
|
|||
#
|
||||
|
||||
PORTNAME= usermin
|
||||
PORTVERSION= 0.990
|
||||
PORTVERSION= 1.010
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= http://www.webmin.com/uupdates/ \
|
||||
${MASTER_SITE_SOURCEFORGE}
|
||||
|
|
|
@ -1 +1 @@
|
|||
MD5 (usermin-0.990.tar.gz) = 85e1257c5d23cc777d83f2973770a579
|
||||
MD5 (usermin-1.010.tar.gz) = 75f516154e72fe35663f55c522882457
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
|
||||
$FreeBSD$
|
||||
|
||||
--- setup.sh.orig Sun Nov 10 15:32:27 2002
|
||||
+++ setup.sh Sun Nov 10 15:32:34 2002
|
||||
@@ -48,12 +48,12 @@
|
||||
--- setup.sh.orig Sat Apr 5 14:13:12 2003
|
||||
+++ setup.sh Sat Apr 5 22:59:09 2003
|
||||
@@ -54,12 +54,12 @@
|
||||
echo "Unless you want to run multiple versions of Usermin at the same time"
|
||||
echo "you can just accept the defaults."
|
||||
echo ""
|
||||
|
@ -18,7 +18,7 @@ $FreeBSD$
|
|||
fi
|
||||
abspath=`echo $config_dir | grep "^/"`
|
||||
if [ "$abspath" = "" ]; then
|
||||
@@ -138,19 +138,19 @@
|
||||
@@ -147,19 +147,19 @@
|
||||
else
|
||||
# Config directory exists .. make sure it is not in use
|
||||
ls $config_dir | grep -v rpmsave >/dev/null 2>&1
|
||||
|
@ -41,7 +41,7 @@ $FreeBSD$
|
|||
fi
|
||||
abspath=`echo $var_dir | grep "^/"`
|
||||
if [ "$abspath" = "" ]; then
|
||||
@@ -178,8 +178,8 @@
|
||||
@@ -187,8 +187,8 @@
|
||||
echo "Usermin is written entirely in Perl. Please enter the full path to the"
|
||||
echo "Perl 5 interpreter on your system."
|
||||
echo ""
|
||||
|
@ -52,3 +52,12 @@ $FreeBSD$
|
|||
elif [ -x /usr/local/bin/perl ]; then
|
||||
perldef=/usr/local/bin/perl
|
||||
else
|
||||
@@ -427,7 +427,7 @@
|
||||
else
|
||||
uname -a | grep -i FreeBSD >/dev/null
|
||||
if [ "$?" = "0" ]; then
|
||||
- echo "LD_PRELOAD=/usr/lib/libpam.so.1" >>$config_dir/start
|
||||
+ echo "LD_PRELOAD=/usr/lib/libpam.so" >>$config_dir/start
|
||||
echo "export LD_PRELOAD" >>$config_dir/start
|
||||
fi
|
||||
echo "exec "$wadir/miniserv.pl" $config_dir/miniserv.conf" >>$config_dir/start
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
case $1 in
|
||||
|
||||
start)
|
||||
LD_PRELOAD=/usr/lib/libpam.so.1
|
||||
export LD_PRELOAD
|
||||
if [ -x !!PREFIX!!/etc/usermin/start ]; then
|
||||
!!PREFIX!!/etc/usermin/start >/dev/null
|
||||
echo -n ' usermin'
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
case $1 in
|
||||
|
||||
start)
|
||||
LD_PRELOAD=/usr/lib/libpam.so.1
|
||||
export LD_PRELOAD
|
||||
if [ -x !!PREFIX!!/etc/usermin/start ]; then
|
||||
!!PREFIX!!/etc/usermin/start >/dev/null
|
||||
echo -n ' usermin'
|
||||
|
|
Loading…
Add table
Reference in a new issue