The convert script seems to have an error.


su-2.05# perl -w /usr/src/etc/pam.d/convert.pl /etc/pam.conf

/(\$FreeBSD: src/: unmatched () in regexp at 
/usr/src/etc/pam.d/convert.pl line 63.
su-2.05#


--On Saturday, January 12, 2002 3:09 PM +0100 Dag-Erling Smorgrav 
<[EMAIL PROTECTED]> wrote:

> The preferred configuration method for PAM is now /etc/pam.d/ rather
> than /etc/pam.conf.  If you have an unmodified pam.conf, just delete
> it after your next mergemaster run.  If you have local modifications,
> you can use /usr/src/etc/pam.d/convert.pl to incorporate them into
> your /etc/pam.d:
>
># cd /etc/pam.d
># perl -w /usr/src/etc/pam.d/convert.pl /etc/pam.conf
>
> The script will create new files for non-standard services you've
> added to pam.conf, and update existing files while taking care to
> preserve the version string so as to avoid tripping up mergemaster.
>
> If you do neither of these things, then after your next mergemaster
> run PAM will start using the policies in /etc/pam.d instead of
> /etc/pam.conf, falling back to the latter only when no appropriate
> policy was found in the former.
>
> DES
> --
> Dag-Erling Smorgrav - [EMAIL PROTECTED]
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-current" in the body of the message




To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message

Reply via email to