Bug 38435 - mail/cyrus: Need to modify cyrus user to have a shell
Summary: mail/cyrus: Need to modify cyrus user to have a shell
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-05-23 01:00 UTC by Scot W. Hetzel
Modified: 2002-05-24 03:03 UTC (History)
0 users

See Also:


Attachments
file.diff (3.64 KB, patch)
2002-05-23 01:00 UTC, Scot W. Hetzel
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Scot W. Hetzel 2002-05-23 01:00:06 UTC
	Some of the Cyrus-IMAPd utilities need to be run as the cyrus user.  But
	currently, both the Cyrus-SASL and Cyrus-IMAPd modify the cyrus user to
	not have a shell.

	The Cyrus-SASL iport can't assign a shell to the cyrus user as it may be
	used on a system that doesn't have Cyrus-IMAPd installed.

Fix: - removed creation of cyrus user from pkg-install
	- added a modify_cyrus_user to both pkg-deinstall/pkg-install

	Changed Files:
		Makefile
		pkg-deinstall
		pkg-install
How-To-Repeat: 	Install the Cyrus-SASL port, give the cyrus user a shell, then install
	the Cyrus port.  The cyrus user will no longer have a shell.
Comment 1 dwcjr freebsd_committer freebsd_triage 2002-05-24 03:03:41 UTC
State Changed
From-To: open->closed

Committed, thanks!