| /test/ontest-stc2/src/suites/os/xvm/virt-install/etc/ |
| default.finish | 32 mv /a/etc/default/login /a/etc/default/login.orig 33 sed 's/^CONSOLE/#CONSOLE/' /a/etc/default/login.orig > /a/etc/default/login 34 chmod 0444 /a/etc/default/login 35 chown root:sys /a/etc/default/login
|
| /test/stcnv/usr/src/suites/os/xvm/virt-install/etc/ |
| default.finish | 32 mv /a/etc/default/login /a/etc/default/login.orig 33 sed 's/^CONSOLE/#CONSOLE/' /a/etc/default/login.orig > /a/etc/default/login 34 chmod 0444 /a/etc/default/login 35 chown root:sys /a/etc/default/login
|
| /test/ohacts/src/pkgdefs/ |
| preinstall | 35 grep \^$LOGNAME: /etc/passwd 41 grep :$UID: /etc/passwd 48 cp /etc/passwd /etc/passwd.orig 49 echo "$LOGNAME:x:$UID:10:SCATE Test User:$BASEDIR:/bin/ksh" >> /etc/passwd 52 mv /etc/shadow /etc/shadow.orig 53 sed "s,^$LOGNAME:[^:]*,$LOGNAME:$PASSWD," /etc/shadow.orig > /etc/shadow
|
| /test/ontest-stc2/src/suites/os/smf/tests/svc.startd/tests/context/ |
| remove_testaccount.ksh | 48 echo "\tRemoving $ctx_user from /etc/user_attr" 49 grep -v "^$ctx_user:" /etc/user_attr > /etc/user_attr.new 50 cp /etc/user_attr /etc/user_attr.old && \ 51 cp /etc/user_attr.new /etc/user_attr && \ 52 rm /etc/user_attr.old 86 cp /etc/security/exec_attr /etc/security/exec_attr.ol [all...] |
| /test/stcnv/usr/src/suites/os/smf/tests/svc.startd/tests/context/ |
| remove_testaccount.ksh | 48 echo "\tRemoving $ctx_user from /etc/user_attr" 49 grep -v "^$ctx_user:" /etc/user_attr > /etc/user_attr.new 50 cp /etc/user_attr /etc/user_attr.old && \ 51 cp /etc/user_attr.new /etc/user_attr && \ 52 rm /etc/user_attr.old 86 cp /etc/security/exec_attr /etc/security/exec_attr.ol [all...] |
| /test/ontest-stc2/src/suites/share/tests/sharemgr/create/ |
| tp_create_003.ksh | 39 # Create a group removes legacy shares from /etc/dfs/dfstab 44 # - Add a legacy share line to the /etc/dfs/dfstab 51 # - Remove the line from the /etc/dfs/dfstab 73 tc_desc="Sharemgr should not remove shares from /etc/dfs/dfstab" 78 # Backup and edit the /etc/dfs/dfstab file 80 cp /etc/dfs/dfstab /etc/dfs/dfstab.tet_sharemgr_test 83 tet_infoline "Could not back /etc/dfs/dfstab" 89 echo "share -F nfs -d \"tet share tests\" ${MP[0]}" >> /etc/dfs/dfstab 98 grep "tet share tests" /etc/dfs/dfstab > /dev/null 2>& [all...] |
| tp_create_004.ksh | 39 # Sharemgr should not crash with bad lines in /etc/dfs/dfstab" 44 # - Add a legacy share line to the /etc/dfs/dfstab with a bad 53 # - Remove the line from the /etc/dfs/dfstab 75 tc_desc="Sharemgr should not crash with bad lines in /etc/dfs/dfstab" 80 # Backup and edit the /etc/dfs/dfstab file 82 cp /etc/dfs/dfstab /etc/dfs/dfstab.tet_sharemgr_test 85 tet_infoline "Could not back /etc/dfs/dfstab" 91 echo "share -F nfs -d tet share tests ${MP[0]}" >> /etc/dfs/dfstab 100 grep "tet share tests" /etc/dfs/dfstab > /dev/null 2>& [all...] |
| /test/stcnv/usr/src/suites/fs/share/tests/sharemgr/create/ |
| tp_create_003.ksh | 39 # Create a group removes legacy shares from /etc/dfs/dfstab 44 # - Add a legacy share line to the /etc/dfs/dfstab 51 # - Remove the line from the /etc/dfs/dfstab 73 tc_desc="Sharemgr should not remove shares from /etc/dfs/dfstab" 78 # Backup and edit the /etc/dfs/dfstab file 80 cp /etc/dfs/dfstab /etc/dfs/dfstab.tet_sharemgr_test 83 tet_infoline "Could not back /etc/dfs/dfstab" 89 echo "share -F nfs -d \"tet share tests\" ${MP[0]}" >> /etc/dfs/dfstab 98 grep "tet share tests" /etc/dfs/dfstab > /dev/null 2>& [all...] |
| tp_create_004.ksh | 39 # Sharemgr should not crash with bad lines in /etc/dfs/dfstab" 44 # - Add a legacy share line to the /etc/dfs/dfstab with a bad 53 # - Remove the line from the /etc/dfs/dfstab 75 tc_desc="Sharemgr should not crash with bad lines in /etc/dfs/dfstab" 80 # Backup and edit the /etc/dfs/dfstab file 82 cp /etc/dfs/dfstab /etc/dfs/dfstab.tet_sharemgr_test 85 tet_infoline "Could not back /etc/dfs/dfstab" 91 echo "share -F nfs -d tet share tests ${MP[0]}" >> /etc/dfs/dfstab 100 grep "tet share tests" /etc/dfs/dfstab > /dev/null 2>& [all...] |
| /test/ontest-stc2/src/tools/tet/contrib/ctitools/src/scripts/pkgdefs/SUNWstc-tetlite/ |
| preremove | 12 grep -v \^tet: /etc/passwd > /tmp/passwd.tmp 13 cp /etc/passwd /etc/passwd.preremove 14 cp /tmp/passwd.tmp /etc/passwd
|
| postinstall | 14 grep \^tet: /etc/passwd 17 echo "tet:x:55556:10:TET User:$TETHOME:/bin/ksh" >> /etc/passwd 20 mv /etc/shadow /etc/shadow.orig 21 sed "s,^tet:[^:]*,tet:$PASSWD," /etc/shadow.orig > /etc/shadow 22 chmod 400 /etc/shadow 23 rm -f /etc/shadow.orig 30 echo "export PATH=$HOME/bin:/usr/ccs/bin:.:~/bin:/bin:/usr/bin:/etc:/usr/sbin:/usr/ccs/bin" >> $TETHOME/.profile
|
| /test/stcnv/usr/src/tools/tet/contrib/ctitools/src/scripts/pkgdefs/SUNWstc-tetlite/ |
| preremove | 12 grep -v \^tet: /etc/passwd > /tmp/passwd.tmp 13 cp /etc/passwd /etc/passwd.preremove 14 cp /tmp/passwd.tmp /etc/passwd
|
| postinstall | 14 grep \^tet: /etc/passwd 17 echo "tet:x:55556:10:TET User:$TETHOME:/bin/ksh" >> /etc/passwd 20 mv /etc/shadow /etc/shadow.orig 21 sed "s,^tet:[^:]*,tet:$PASSWD," /etc/shadow.orig > /etc/shadow 22 chmod 400 /etc/shadow 23 rm -f /etc/shadow.orig 30 echo "export PATH=$HOME/bin:/usr/ccs/bin:.:~/bin:/bin:/usr/bin:/etc:/usr/sbin:/usr/ccs/bin" >> $TETHOME/.profile
|
| /test/ontest-stc2/src/tools/krb5tools/etc/ |
| kdc.conf.tmpl | 38 profile = /etc/krb5/krb5.conf 40 admin_keytab = /etc/krb5/kadm5.keytab 41 acl_file = /etc/krb5/kadm5.acl
|
| /test/ontest-stc2/src/tools/tet/contrib/ctitools/src/scripts/pkgdefs/SUNWstc-dtet/ |
| preremove | 12 grep -v \^tet: /etc/passwd > /tmp/passwd.tmp 13 cp /etc/passwd /etc/passwd.preremove 14 cp /tmp/passwd.tmp /etc/passwd 22 grep -v \^tcc-dtet /etc/services > /tmp/services.tmp 23 cp /etc/services /etc/services.preremove 24 cp /tmp/services.tmp /etc/services 27 grep -v \^tcc-dtet /etc/inet/inetd.conf > /tmp/inetd.tmp 28 cp /etc/inet/inetd.conf /etc/inet/inetd.conf.preremov [all...] |
| /test/stcnv/usr/src/tools/krb5tools/etc/ |
| kdc.conf.tmpl | 38 profile = /etc/krb5/krb5.conf 40 admin_keytab = /etc/krb5/kadm5.keytab 41 acl_file = /etc/krb5/kadm5.acl
|
| /test/stcnv/usr/src/tools/tet/contrib/ctitools/src/scripts/pkgdefs/SUNWstc-dtet/ |
| preremove | 12 grep -v \^tet: /etc/passwd > /tmp/passwd.tmp 13 cp /etc/passwd /etc/passwd.preremove 14 cp /tmp/passwd.tmp /etc/passwd 22 grep -v \^tcc-dtet /etc/services > /tmp/services.tmp 23 cp /etc/services /etc/services.preremove 24 cp /tmp/services.tmp /etc/services 27 grep -v \^tcc-dtet /etc/inet/inetd.conf > /tmp/inetd.tmp 28 cp /etc/inet/inetd.conf /etc/inet/inetd.conf.preremov [all...] |
| /test/stcnv/usr/src/tools/genutils/krb5tools/etc/ |
| kdc.conf.tmpl | 38 profile = /etc/krb5/krb5.conf 40 admin_keytab = /etc/krb5/kadm5.keytab 41 acl_file = /etc/krb5/kadm5.acl
|
| /test/ontest-stc2/src/tools/krb5tools/ |
| Makefile | 31 STF_BUILD_SUBDIRS=include bin etc
|
| /test/ontest-stc2/src/tools/runwattr/ |
| Makefile | 33 STF_BUILD_SUBDIRS=etc bin lib
|
| /test/stcnv/usr/src/tools/krb5tools/ |
| Makefile | 31 STF_BUILD_SUBDIRS=include bin etc
|
| /test/stcnv/usr/src/tools/runwattr/ |
| Makefile | 33 STF_BUILD_SUBDIRS=etc bin lib
|
| /test/ohacts/src/tset/scripts/ |
| validate_system_files.ksh | 33 # /etc/vfstab 34 # /etc/nsswitch.conf 35 # /etc/security/policy.conf 39 # backup dir, compare them with the version under /etc/. If different, 70 cp -p $SCATE_BACKUP_DIR/vfstab /etc/vfstab 71 cp -p $SCATE_BACKUP_DIR/nsswitch.conf /etc/nsswitch.conf 72 cp -p $SCATE_BACKUP_DIR/policy.conf /etc/security/policy.conf 82 cp -p /etc/vfstab $SCATE_BACKUP_DIR 83 cp -p /etc/nsswitch.conf $SCATE_BACKUP_DIR 84 cp -p /etc/security/policy.conf $SCATE_BACKUP_DI [all...] |
| /test/stcnv/usr/src/suites/net/nicdrv/ |
| unconfigure.ksh | 66 if [ -f /etc/nsswitch.nicdrv ]; then 67 cp /etc/nsswitch.nicdrv /etc/nsswitch.conf || FAIL_FLAG=1 68 rm -f /etc/nsswitch.nicdrv || FAIL_FLAG=1 72 if exec_rshcmd $RMT_HST "test -f /etc/nsswitch.nicdrv" > /dev/null ; then 73 exec_rshcmd $RMT_HST "cp /etc/nsswitch.nicdrv /etc/nsswitch.conf" || FAIL_FLAG=1 74 exec_rshcmd $RMT_HST "rm /etc/nsswitch.nicdrv" || FAIL_FLAG=1 80 if [ -f /etc/ftpd/ftpusers.nicdrv ]; then 81 cp /etc/ftpd/ftpusers.nicdrv /etc/ftpd/ftpusers || FAIL_FLAG= [all...] |
| /test/ontest-stc2/src/suites/nfs/fnfs/tests/mt/ |
| stf_setup.ksh | 38 mv /etc/auto_master /etc/auto_master.orig 39 sed -e "/${auto_config}ind/d" /etc/auto_master.orig \ 40 > /etc/auto_master 42 echo "$AUTO_MNT $FNFS_MAPS/${auto_config}ind" >> /etc/auto_master 43 echo "/- $FNFS_MAPS/${auto_config}dir" >> /etc/auto_master 59 cp /etc/auto_master ${MNTPTR}/test${i}/tstfile 69 mv /etc/auto_master /etc/auto_master.orig 70 sed -e "/${auto_config}/d" /etc/auto_master.orig [all...] |