home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 1999 March B
/
SCO_CASTOR4RRT.iso
/
cmds
/
root.3
/
usr
/
lib
/
acct
/
shutacct
/
shutacct~
Wrap
Text File
|
1998-08-19
|
917b
|
22 lines
#!/sbin/sh
# Copyright (c) 1998 The Santa Cruz Operation, Inc.. All Rights Reserved.
#
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF THE
# SANTA CRUZ OPERATION INC.
#
# The copyright notice above does not evidence any actual or intended
# publication of such source code.
# copyright "%c%"
#ident "@(#)acct:common/cmd/acct/shutacct.sh 1.6.1.4"
#ident "$Header: $"
# "shutacct [arg] - shuts down acct, called from /usr/sbin/shutdown"
# "whenever system taken down"
# "arg added to /var/adm/wtmp to record reason, defaults to shutdown"
PATH=/usr/lib/acct:/usr/bin:/usr/sbin
_reason=${1-"acctg off"}
acctwtmp "${_reason}" >>/var/adm/wtmp
turnacct off