Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 31 Jan 1999 20:19:22 +0100 (CET)
From:      Stefan Eggers <seggers@semyam.dinoco.de>
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Cc:        seggers@semyam.dinoco.de
Subject:   docs/9843: ppp(8) mentions permissions omitting leading zero
Message-ID:  <199901311919.UAA08735@semyam.dinoco.de>

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

>Number:         9843
>Category:       docs
>Synopsis:       ppp(8) mentions permissions omitting leading zero
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-doc
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sun Jan 31 11:30:00 PST 1999
>Closed-Date:
>Last-Modified:
>Originator:     Stefan Eggers
>Release:        FreeBSD 3.0-STABLE i386
>Organization:
none
>Environment:

	3.0-stable from about January 30th.

>Description:

	ppp(8) mentions file permissions but ommits the leading zero
which would indicate an octal number.

>How-To-Repeat:

	N/A

>Fix:
	
Index: ppp.8
===================================================================
RCS file: /usr2/FreeBSD/CVSROOT/src/usr.sbin/ppp/ppp.8,v
retrieving revision 1.142.2.1
diff -u -r1.142.2.1 ppp.8
--- ppp.8	1999/01/28 23:02:23	1.142.2.1
+++ ppp.8	1999/01/31 19:15:05
@@ -167,7 +167,7 @@
 and group
 .Dv network ,
 with permissions
-.Dv 4554 .
+.Dv 04554 .
 By default, 
 .Nm
 will not run if the invoking user id is not zero.  This may be overridden
>Release-Note:
>Audit-Trail:
>Unformatted:

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



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