summaryrefslogtreecommitdiff
path: root/modules/pam_unix/need_nsl.sh
diff options
context:
space:
mode:
authorAndrew G. Morgan <morgan@kernel.org>2000-11-19 23:31:22 +0000
committerAndrew G. Morgan <morgan@kernel.org>2000-11-19 23:31:22 +0000
commit47575925596c2af2a78c009fcdd14de72fc82d3e (patch)
tree2c353e5c8dc7a2b019b1d30853957021af631a42 /modules/pam_unix/need_nsl.sh
parent8c7e950878780872acf82e924f58369c907ddbcb (diff)
Relevant BUGIDs: task 15788, bugs 108297, 117476, 117474
Purpose of commit: merge in the autoconf stuff Commit summary: --------------- this is a merge of the 0-72 autoconf branch to something more up to date. This commit will be followed by merging this Linux-PAM-0-73pre-autoconf branch to the main trunk.
Diffstat (limited to 'modules/pam_unix/need_nsl.sh')
-rwxr-xr-xmodules/pam_unix/need_nsl.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/modules/pam_unix/need_nsl.sh b/modules/pam_unix/need_nsl.sh
deleted file mode 100755
index 23f38ec0..00000000
--- a/modules/pam_unix/need_nsl.sh
+++ /dev/null
@@ -1,7 +0,0 @@
-#!/bin/sh
-list=`/bin/ls /lib/libnsl.so.* 2> /dev/null`
-if [ -z "$list" ]; then
- echo no
-else
- echo yes
-fi