[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/se3master/usr/share/se3/sbin/ -> logon.sh (summary)

(no description)

File Size: 94 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 2 functions

  usage()
  rc_logout()

Functions
Functions that are not part of a class:

usage(echo "usage: $0 -v [-s|-k] share user computer address arch"echo " -s : call logon scripts for share "echo " -k : call logout scripts for share "echo " -v : Verbose "exit $1;}function rc_logon {ERROR=0for script in "$RC_SHARE/$1/$5/"S*do[ ! -x $script ] && continueif [ "$VERBOSE" == "1" ]thenecho "Running: $(basename $script)   X-Ref
No description

rc_logout(ERROR=0for script in "$RC_SHARE/$1/$5"/K*do[ ! -x $script ] && continueif [ "$VERBOSE" == "1" ]thenecho "Running: $(basename $script)   X-Ref
No description



Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1