Bug 100978 - Maintainer Update: mail/dkfilter dkfilter user is automatically added and so on.
Summary: Maintainer Update: mail/dkfilter dkfilter user is automatically added and so on.
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-07-28 13:40 UTC by Yoshisato YANAGISAWA
Modified: 2006-07-29 03:08 UTC (History)
0 users

See Also:


Attachments
file.diff (5.39 KB, patch)
2006-07-28 13:40 UTC, Yoshisato YANAGISAWA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yoshisato YANAGISAWA 2006-07-28 13:40:28 UTC
	- rc.d scripts are changed to show error messages when some error
	  occurs.
	  (It didn't show error messages even if they are fatal.)
	- Each rc.d script now logs all messages got at starting a daemon.
	- pkg-install is made to automatically make a user to execute dkfilter
	  which is specified by Makefile.
	- pkg-deinstall is made to notice that an admin should remove the
	  user made at install-time if they don't need him or her.

Fix: Adding following entry to /usr/ports/UIDs might be required.
dkfilter:*:325:325:DK Filter Owner:/nonexistent:/sbin/nologin

Also, adding folliwng entry to /usr/ports/GIDs might be required.
dkfilter:*:325:

Use patch below to apply changes.
How-To-Repeat: 	n/a
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2006-07-28 20:09:26 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 Rong-En Fan freebsd_committer freebsd_triage 2006-07-29 03:07:58 UTC
State Changed
From-To: open->closed

Committed. Thanks!