Skip to content

Commit

Permalink
Merge branch 'master' of git://github.com/joyent/smartos-overlay into ec
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrzej Szeszo committed Jul 25, 2013
2 parents c246dd2 + 4750f38 commit 6853120
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/svc/method/smartdc-init
Expand Up @@ -72,6 +72,9 @@ configure_fwadm()
if [[ ! -d /var/log/fw/logs ]]; then
mkdir -p /var/log/fw/logs
mv /var/log/fw/*-*.log /var/log/fw/logs
fi

if [[ ! -e /var/log/fw/fw.log ]]; then
touch /var/log/fw/fw.log
fi
}
Expand Down

0 comments on commit 6853120

Please sign in to comment.