ossp-pkg/rc/rc_test/rc.pam
#!/sw/lib/openpkg/bash /sw/etc/rc
##
## rc.pam -- Run-Commands for PAM
##
<config barfola=99>
pam_enable="yes"
pam_cfgloc='/etc/pam.conf'
pam_modpfx=''
pam_incdir='/usr/include'
pam_libdir='/usr/lib'
</config>
Here is some comments.
Nada mas.
<test>
echo "Just an echo to test pam"
</test>
<info>
echo "PAM Enabled: ${pam_enable}"
echo "PAM Config Location: ${pam_cfgloc}"
echo "PAM Module Prefix: ${pam_modpfx}"
echo "PAM Include Directory: ${pam_incdir}"
echo "PAM Library Directory: ${pam_libdir}"
</info>
<autre bif=55 borchert="epreuve">
echo "Nada, just trying out the autre label with bif and borchert as options"
echo
</autre>