diff options
author | Andrew G. Morgan <morgan@kernel.org> | 2001-05-08 05:02:50 +0000 |
---|---|---|
committer | Andrew G. Morgan <morgan@kernel.org> | 2001-05-08 05:02:50 +0000 |
commit | 1ffe510887d0e16782849bf364087fad844ff744 (patch) | |
tree | d7551546c128d355187f4885276a013605da2caa /conf | |
parent | 7626d42b8d9ae4ea90f731e79ce8a9acce1ca8c2 (diff) | |
download | pam-1ffe510887d0e16782849bf364087fad844ff744.tar.gz pam-1ffe510887d0e16782849bf364087fad844ff744.tar.bz2 pam-1ffe510887d0e16782849bf364087fad844ff744.zip |
Relevant BUGIDs: 416229
Purpose of commit: cleanup
Commit summary:
---------------
A little closer to supporting AIX. These changes are not all of the
suggested changes in the bug report that I will close as a result
of this checkin, but they are all the changes that I feel happy making
right now. I've avoided some of the more gratutitous changes, hoping
that the submitter will reevaluate what they need in the light of what
I have committed here.
Diffstat (limited to 'conf')
-rwxr-xr-x | conf/install_conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/install_conf b/conf/install_conf index db650a05..7a2acd98 100755 --- a/conf/install_conf +++ b/conf/install_conf @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh CONFILE="$FAKEROOT"$CONFIGED/pam.conf IGNORE_AGE=./.ignore_age |