From a0a8e631d73b508ca44bdd19ea02d7d1beb65220 Mon Sep 17 00:00:00 2001 From: "Alan J. Pippin" Date: Sat, 10 Jan 2009 17:29:54 -0700 Subject: [PATCH] Changed location of log file --- zfs-autosnap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zfs-autosnap b/zfs-autosnap index e7d939e..2493e0b 100755 --- a/zfs-autosnap +++ b/zfs-autosnap @@ -8,7 +8,7 @@ PATH=/usr/sbin:/sbin:$PATH if [ -z "$SNAP_UNDER_TEST" ]; then - exec >> /var/log/snap.log 2>&1 + exec >> /var/log/zfs/zfs-autosnap.log 2>&1 fi # This script makes the following assumptions/requirements: -- 2.34.1