Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Jan 1999 19:05:39 +0000
From:      Chris Stenton <jacs@gnome.co.uk>
To:        ports@FreeBSD.ORG
Subject:   pcnfsd port is broken under 3.0-stable
Message-ID:  <199901281905.TAA02814@hawk.gnome.co.uk>

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

The port of pcnfsd is broken under 3.0-stable as the lpc command has
changed.

The file  pcnfsd_print.c needs to be changed on line 694 from

	p = popen("/usr/sbin/lpc status", "r");
to
	p = popen("/usr/sbin/lpc status all", "r");



Chris


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



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