Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 22 Feb 1997 17:59:06 GMT
From:      Nik Clayton <nik@blueberry.co.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   conf/2801: Discrepancy between /etc/sysconfig flags and yppasswdd
Message-ID:  <199702221759.RAA01019@coconut.blueberry.co.uk>
Resent-Message-ID: <199702221850.KAA01789@freefall.freebsd.org>

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

>Number:         2801
>Category:       conf
>Synopsis:       /etc/sysconfig suggests an illegal flag (-t) for yppasswdd
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Feb 22 10:50:01 PST 1997
>Last-Modified:
>Originator:     Nik Clayton
>Organization:
Blueberry Design
>Release:        FreeBSD 2.1.5-RELEASE i386
>Environment:

	FreeBSD 2.1.7, achieved by supping -stable on to a 2.1.5 machine
	and re-making the world

>Description:

	/usr/src/etc/sysconfig contains the two lines

	# Set to appropriate flags for rpc.yppasswdd, if you wish to run it.
	# Typical flags might be "-t /var/yp/master.passwd -s -f"
                                  ^^ 
                      
        There is no '-t' flag for yppasswdd in 2.1.7 (at least, the man
	page doesn't mention it, and it's not apparent in the source code
	(/usr/src/gnu/usr.sbin/ypasswdd/yppasswdd.c).

	It looks as though the flag should be '-m'.

	I dimly recall a discussion on one of the lists re: changing the
	flag FROM '-t' TO '-m'. It looks like the reference in sysconfig
	wasn't updated at the same time.

>How-To-Repeat:

        Look at /etc/sysconfig in RELENG_2_1_0

>Fix:
	
	Replace '-t' with '-m'
>Audit-Trail:
>Unformatted:



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