head 1.4; access; symbols OSSP_RC_0_7_3:1.4 OSSP_RC_0_7_2:1.4 OSSP_RC_0_7_1:1.4 OSSP_RC_ALPHA_06:1.4 OSSP_RC_EXBROKEN:1.4; locks; strict; comment @# @; 1.4 date 2003.05.22.14.45.15; author ms; state Exp; branches; next 1.3; 1.3 date 2002.08.01.13.25.33; author ms; state Exp; branches; next 1.2; 1.2 date 2002.07.10.19.04.52; author ms; state Exp; branches; next 1.1; 1.1 date 2002.07.05.11.16.20; author ms; state Exp; branches; next ; desc @@ 1.4 log @Add a 'test' section that just echos text. @ text @#!/sw/lib/openpkg/bash /sw/etc/rc ## ## rc.pam -- Run-Commands for PAM ## pam_enable="yes" pam_cfgloc='/etc/pam.conf' pam_modpfx='' pam_incdir='/usr/include' pam_libdir='/usr/lib' Here is some comments. Nada mas. echo "Just an echo to test pam" 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}" echo "Nada, just trying out the autre label with bif and borchert as options" echo @ 1.3 log @Added generic parsing of section arguments, adjusted defaults and tests. @ text @d17 4 @ 1.2 log @Update test suite to reflect changes in config, func, rcfile, and section logic. Not having default values in the configuration remains problem number one for testing. @ text @d24 7 @ 1.1 log @Make the test suite at least generic enough so that OSSP rc can be tested on any machine with an OpenPKG repository. @ text @d6 1 a6 1 d13 3 @