OSSP CVS Repository |
|
|
#! /bin/sh
echo "Run commands Samba starting"
%config
somevalue=good
host aldi.de
%test
echo "Just an echo to test samba"
%search -u root
id -un
whois cw.com
%common
echo "Hier, der common section von samba ausgeprinted"
%destroy -u sw-n
id -un
ldd /usr/lib/libpcap.so
%finish
echo "Dun with everything"
echo "Run commands Samba finishing"