Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 Apr 1999 08:00:05 +0200 (CEST)
From:      Andre Albsmeier <andre.albsmeier@mchp.siemens.de>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/11096: unneeded SPACE in rc.network
Message-ID:  <199904120600.IAA89251@internal>

next in thread | raw e-mail | index | archive | help

>Number:         11096
>Category:       bin
>Synopsis:       unneeded SPACE in rc.network
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 11 23:10:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Andre Albsmeier
>Release:        FreeBSD 3.1-STABLE i386
>Organization:
>Environment:

FreeBSD 3.1-STABLE

>Description:

/etc/rc.network contains unneeded SPACE

>How-To-Repeat:

Enable firewall.
Optionally enable natd.
Watch output during boot.

>Fix:
	
--- etc/rc.network.ORI	Mon Apr 12 07:56:20 1999
+++ etc/rc.network	Mon Apr 12 07:56:29 1999
@@ -105,7 +105,7 @@
 	fi
 	if [ -f ${firewall_script} -a X"$firewall_enable" = X"YES" ]; then
 	    . ${firewall_script}
-	    echo -n 'Firewall rules loaded, starting divert daemons: '
+	    echo -n 'Firewall rules loaded, starting divert daemons:'
 
 	    # Network Address Translation daemon
 	    if [ X"${natd_enable}" = X"YES" -a -n "${natd_interface}" ]; then

>Release-Note:
>Audit-Trail:
>Unformatted:


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199904120600.IAA89251>