1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-05 04:23:51 +03:00

r18829: Print a nice welcome message when we enter the test environment.

Andrew Bartlett
This commit is contained in:
Andrew Bartlett
2006-09-22 20:00:49 +00:00
committed by Gerald (Jerry) Carter
parent 5215b834bd
commit 77f1c15d92
2 changed files with 12 additions and 1 deletions

View File

@@ -67,6 +67,8 @@ export CONFFILE
export SLAPD_CONF
export PIDDIR
export AUTH
export SERVER
export NETBIOSNAME
rm -rf $PREFIX/*
mkdir -p $PRIVATEDIR $ETCDIR $PIDDIR $NCALRPCDIR $LOCKDIR $TMPDIR $TLSDIR $LDAPDIR/db

View File

@@ -1,2 +1,11 @@
#!/bin/sh
xterm
xterm -e 'echo -e "Welcome to the Samba4 Test environment\n\
This matches the client environment used in make test\n\
smbd is pid `cat $PIDDIR/smbd.pid`\n\
\n\
Some useful environment variables:\n\
AUTH=$AUTH\n\
TORTURE_OPTIONS=$TORTURE_OPTIONS\n\
CONFIGURATION=$CONFIGURATION\n\
SERVER=$SERVER\n\
NETBIOSNAME=$NETBIOSNAME" && bash'