diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-07 07:50:34 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1996-12-07 07:50:34 +0000 |
commit | 8488b4fb78404e6952dd5f481e04053f980166b4 (patch) | |
tree | ef039c5e442ab93e1c599e834767fc13bcec7da1 | |
parent | 38a45781d6b2b5417fc6168ed6d52cff1dfc2da1 (diff) |
/etc does not contain bins
-rw-r--r-- | etc/crontab | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/crontab b/etc/crontab index af30633c109..d41c078ed96 100644 --- a/etc/crontab +++ b/etc/crontab @@ -1,9 +1,9 @@ -# $OpenBSD: crontab,v 1.3 1996/05/26 10:25:18 deraadt Exp $ +# $OpenBSD: crontab,v 1.4 1996/12/07 07:50:33 deraadt Exp $ # # /var/cron/tabs/root - root's crontab # SHELL=/bin/sh -PATH=/etc:/bin:/sbin:/usr/bin:/usr/sbin +PATH=/bin:/sbin:/usr/bin:/usr/sbin HOME=/var/log # #minute hour mday month wday command |