Bug 132096 - devel/distcc: fixing valid shell for user distcc in pkg-install
Summary: devel/distcc: fixing valid shell for user distcc in pkg-install
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: Michael Johnson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-25 12:50 UTC by Oleg Ginzburg
Modified: 2010-04-19 21:10 UTC (History)
0 users

See Also:


Attachments
file.diff (487 bytes, patch)
2009-02-25 12:50 UTC, Oleg Ginzburg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Oleg Ginzburg 2009-02-25 12:50:01 UTC
Deprecated path to nologin shell in pkg-install for distcc user. 
Must be /usr/sbin/nologin according to `grep ^distcc /usr/ports/UIDs`

Fix: patch.txt

Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-25 12:50:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->ahze

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-04-19 21:04:31 UTC
skreuzer    2010-04-19 20:04:23 UTC

  FreeBSD ports repository

  Modified files:
    devel/distcc         pkg-install 
  Log:
  Set the distcc user's shell to /usr/sbin/nologin
  
  PR:             ports/132096
  Submitted by:   Oleg Ginzburg <oleg.ginzburg@nevosoft.ru>
  Approved by:    Steven Kreuzer <skreuzer@FreeBSD.org>
  
  Revision  Changes    Path
  1.3       +1 -1      ports/devel/distcc/pkg-install
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Steven Kreuzer freebsd_committer freebsd_triage 2010-04-19 21:05:06 UTC
State Changed
From-To: open->closed

Committed. Thanks!