From 32cb3ed2745befee386742659b4afbe7b1ae4335 Mon Sep 17 00:00:00 2001 From: rpaulo Date: Sun, 30 Apr 2006 13:00:04 +0000 Subject: [PATCH] Remove wrong comment. --- etc/rc.d/hostapd | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/etc/rc.d/hostapd b/etc/rc.d/hostapd index 1b078b7d022d..676a4910a5cf 100755 --- a/etc/rc.d/hostapd +++ b/etc/rc.d/hostapd @@ -1,6 +1,6 @@ #!/bin/sh # -# $NetBSD: hostapd,v 1.1 2006/04/30 12:54:26 rpaulo Exp $ +# $NetBSD: hostapd,v 1.2 2006/04/30 13:00:04 rpaulo Exp $ # # PROVIDE: hostapd @@ -12,7 +12,6 @@ name="hostapd" rcvar=$name command="/usr/sbin/hostapd" required_files="/etc/hostapd.conf" -#pidfile="/var/run/hostapd.pid" load_rc_config $name run_rc_command "$1"