#!/usr/sbin/sh # # Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T # All Rights Reserved # # Copyright (c) 1988, 2011, Oracle and/or its affiliates. All rights reserved. # # "shutacct [arg] - shuts down acct, called from /usr/sbin/shutdown" # "whenever system taken down" # "arg added to /var/wtmpx to record reason, defaults to shutdown" PATH=/usr/lib/acct:/usr/bin:/usr/sbin _reason=${1-"acctg off"} acctwtmp "${_reason}" /var/adm/wtmpx turnacct off