Bug 46161 - [japanese/samba] FreeBSD 5-current is detected as SYSV
Summary: [japanese/samba] FreeBSD 5-current is detected as SYSV
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-12-10 11:20 UTC by NAKAJI Hiroyuki
Modified: 2002-12-10 16:54 UTC (History)
0 users

See Also:


Attachments
file.diff (334 bytes, patch)
2002-12-10 11:20 UTC, NAKAJI Hiroyuki
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description NAKAJI Hiroyuki 2002-12-10 11:20:01 UTC
	Recent FreeBSD 5-CURRENT has statvfs() function and it causes
samba to misunderstand that FreeBSD 5-CURRENT is a SYSV system in
include/includes.h.

Fix: Following tiny diff or net/samba/files/patch-sysv is necessary.
How-To-Repeat: 	cd /usr/ports/japanese/samba
	make install
	testparm /dev/null

	You can see,

        printing = sysv
        print command = lp -c -d%p %s; rm %s
        lpq command = lpstat -o%p
        lprm command = cancel %p-%j
        lppause command = lp -i %p-%j -H hold
        lpresume command = lp -i %p-%j -H resume
        queuepause command = disable %p
        queueresume command = enable %p
Comment 1 Tilman Keskinoz freebsd_committer freebsd_triage 2002-12-10 16:54:03 UTC
State Changed
From-To: open->closed

Committed, thanks