17 lines
520 B
Bash
17 lines
520 B
Bash
#! /bin/sh -
|
|
# Copyright (c) 1984 AT&T
|
|
# All Rights Reserved
|
|
|
|
# THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF AT&T
|
|
# The copyright notice above does not evidence any
|
|
# actual or intended publication of such source code.
|
|
|
|
#ident "@(#)startup.sh 1.1 94/10/31 SMI" /* from S5R3 acct:startup.sh 1.3 */
|
|
# "startup (acct) - should be called from /etc/rc"
|
|
# "whenever system is brought up"
|
|
PATH=/usr/lib/acct:/bin:/usr/bin:/etc
|
|
acctwtmp "acctg on" >>/var/adm/wtmp
|
|
turnacct on
|
|
# "clean up yesterdays accounting files"
|
|
remove
|