|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 506 (0x1fa) Types: TextFile Names: »etc/init.d/acct «
└─⟦ff5a9a1ac⟧ Bits:30004042/core3.imd SW95705I 386/ix Multi-user Release 1.2 └─⟦this⟧ »etc/init.d/acct «
# 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 "@(#)acct:acct.sh 1.2" state=$1 set `who -r` if [ $8 != "0" ] then exit fi case $state in 'start') if [ $9 = "2" -o $9 = "3" ] then exit fi echo "Starting process accounting" /usr/lib/acct/startup ;; 'stop') echo "Stopping process accounting" /usr/lib/acct/shutacct ;; esac