From 7083bd1e7d74d67984c81f17dc6651c6fa08cdf8 Mon Sep 17 00:00:00 2001 From: Bruce Evans Date: Thu, 1 Jan 1998 09:04:47 +0000 Subject: Don't test for executability of /usr/sbin/sysctl [before execing plain sysctl]. We already assumed that many standard commands exist, and sysctl is not special. --- etc/periodic/weekly/120.clean-kvmdb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/periodic/weekly/120.clean-kvmdb') diff --git a/etc/periodic/weekly/120.clean-kvmdb b/etc/periodic/weekly/120.clean-kvmdb index 24d8aa2b904a..69eed4a84ef8 100755 --- a/etc/periodic/weekly/120.clean-kvmdb +++ b/etc/periodic/weekly/120.clean-kvmdb @@ -1,9 +1,9 @@ #!/bin/sh - # -# $Id: 120.clean-kvmdb,v 1.1.1.1 1997/08/12 17:51:16 pst Exp $ +# $Id: 120.clean-kvmdb,v 1.1.1.1 1997/08/16 17:04:02 pst Exp $ # -if [ -d /var/db -a -x /usr/sbin/sysctl ] ; then +if [ -d /var/db ] ; then echo "" echo "Cleaning up kernel database files:" -- cgit v1.2.3