CVSROOT: /cvs Module name: src Changes by: ajacou...@cvs.openbsd.org 2011/11/30 01:06:02
Modified files: etc/rc.d : rc.subr Log message: Fix an issue when uid != euid (e.g. when running shutdown(8) as a regular user, member of the operator group); rm(1) was waiting for interactive input to remove the runfiles which made no sense, so just use `-f'. issue spotted by weerd@ ok weerd@ robert@