aboutsummaryrefslogtreecommitdiff
path: root/sysutils/webmin
diff options
context:
space:
mode:
authorJimmy Olgeni <olgeni@FreeBSD.org>2003-01-14 12:21:07 +0000
committerJimmy Olgeni <olgeni@FreeBSD.org>2003-01-14 12:21:07 +0000
commit19456233ab564da9316be26a3ece7cf165631a9b (patch)
treeede8b4dd1940deacdabe863d2cc2f8d5e99ab144 /sysutils/webmin
parentb533c0bc048411ba3fed0aeb633b27bde726ec7d (diff)
downloadports-19456233ab564da9316be26a3ece7cf165631a9b.tar.gz
ports-19456233ab564da9316be26a3ece7cf165631a9b.zip
Notes
Diffstat (limited to 'sysutils/webmin')
-rw-r--r--sysutils/webmin/files/webmin.sh.in2
-rw-r--r--sysutils/webmin/files/webmin.sh.sample2
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/webmin/files/webmin.sh.in b/sysutils/webmin/files/webmin.sh.in
index b218d6af9fc4..b09816821764 100644
--- a/sysutils/webmin/files/webmin.sh.in
+++ b/sysutils/webmin/files/webmin.sh.in
@@ -5,7 +5,7 @@
case $1 in
start)
- LD_PRELOAD=/usr/lib/libpam.so.1
+ LD_PRELOAD=/usr/lib/libpam.so
export LD_PRELOAD
if [ -x !!PREFIX!!/etc/webmin/start ]; then
!!PREFIX!!/etc/webmin/start >/dev/null
diff --git a/sysutils/webmin/files/webmin.sh.sample b/sysutils/webmin/files/webmin.sh.sample
index b218d6af9fc4..b09816821764 100644
--- a/sysutils/webmin/files/webmin.sh.sample
+++ b/sysutils/webmin/files/webmin.sh.sample
@@ -5,7 +5,7 @@
case $1 in
start)
- LD_PRELOAD=/usr/lib/libpam.so.1
+ LD_PRELOAD=/usr/lib/libpam.so
export LD_PRELOAD
if [ -x !!PREFIX!!/etc/webmin/start ]; then
!!PREFIX!!/etc/webmin/start >/dev/null