Skip to content

Instantly share code, notes, and snippets.

@behrends
Created December 6, 2009 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save behrends/250260 to your computer and use it in GitHub Desktop.
Save behrends/250260 to your computer and use it in GitHub Desktop.
for dir in apparmor apt ConsoleKit cups dist-upgrade fsck gdm installer news ntpstats samba unattended-upgrades ; do
if [ ! -e /var/log/$dir ] ; then
mkdir /var/log/$dir
fi
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment