Blob Blame History Raw
#!/bin/sh
ACCTFILE=/var/account/pacct
if [ ! -r $ACCTFILE ];then
  touch $ACCTFILE && chmod 600 $ACCTFILE
fi