From 1ff56ff423ec79d6aa01ffe45f4b927aab100c66 Mon Sep 17 00:00:00 2001 From: ajacoutot <> Date: Sun, 18 Nov 2012 18:29:10 +0000 Subject: [PATCH] Remove pointless local declaration. ok halex@ --- src/etc/rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/etc/rc b/src/etc/rc index cbe4fa7c..82965bce 100644 --- a/src/etc/rc +++ b/src/etc/rc @@ -1,4 +1,4 @@ -# $OpenBSD: rc,v 1.404 2012/11/04 21:47:22 kettenis Exp $ +# $OpenBSD: rc,v 1.405 2012/11/18 18:29:10 ajacoutot Exp $ # System startup script run by init on autoboot # or after single-user. @@ -232,7 +232,7 @@ fi if [ X"$1" = X"shutdown" ]; then dd if=/dev/arandom of=/var/db/host.random bs=65536 count=1 >/dev/null 2>&1 chmod 600 /var/db/host.random >/dev/null 2>&1 - local _c=$? + _c=$? if [ ${_c} -eq 0 -a -n "${pkg_scripts}" ]; then echo -n 'stopping package daemons:' while [ -n "${pkg_scripts}" ]; do