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.
This commit is contained in:
bde 1998-01-01 09:04:47 +00:00
parent 62111cffb4
commit 8cf5931511

View File

@ -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:"