diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-04-05 21:03:00 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2003-04-05 21:03:00 +0000 |
commit | 978b8dbdc263fc77ee726c8c2de9817e6db414c5 (patch) | |
tree | 348474f2fee952e4669ba00af13a8470d766981f /sysutils/usermin/files/patch-setup.sh | |
parent | Convert to new GNOME infrastructure. (diff) |
Update to version 1.010.
Avoid referencing libpam.so.1 as it breaks -CURRENT: use the libpam.so
symlink.
Notes
Notes:
svn path=/head/; revision=78335
Diffstat (limited to 'sysutils/usermin/files/patch-setup.sh')
-rw-r--r-- | sysutils/usermin/files/patch-setup.sh | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/sysutils/usermin/files/patch-setup.sh b/sysutils/usermin/files/patch-setup.sh index 253a3f2b2ebc..6db997da5697 100644 --- a/sysutils/usermin/files/patch-setup.sh +++ b/sysutils/usermin/files/patch-setup.sh @@ -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 |