Bug 129253 - [PATCH] security/tor: Fix startup script
Summary: [PATCH] security/tor: Fix startup script
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-11-28 11:50 UTC by Renato Botelho
Modified: 2008-11-28 14:51 UTC (History)
1 user (show)

See Also:


Attachments
tor-0.2.0.32_2.patch (1.17 KB, patch)
2008-11-28 11:50 UTC, Renato Botelho
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Renato Botelho freebsd_committer freebsd_triage 2008-11-28 11:50:03 UTC
- Remove --User param from initialization since rc(8) uses su(1) when a var
${name}_user is defined (su -m user). When --User param is defined in this
scenario, tor don't start because when you use --User param you must to start
it with root user.

Port maintainer (miwi@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-11-28 11:50:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-11-28 14:46:11 UTC
garga       2008-11-28 14:45:59 UTC

  FreeBSD ports repository

  Modified files:
    security/tor         Makefile 
    security/tor/files   tor.in 
  Log:
  - Remove --User param from initialization since rc(8) uses su(1) when a var
    ${name}_user is defined (su -m user). When --User param is defined in this
    scenario, tor don't start because when you use --User param you must to start
    it with root user.
  
  PR:             ports/129253
  Submitted by:   garga
  Approved by:    miwi (maintainer)
  
  Revision  Changes    Path
  1.45      +1 -1      ports/security/tor/Makefile
  1.6       +2 -2      ports/security/tor/files/tor.in
_______________________________________________
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 Renato Botelho freebsd_committer freebsd_triage 2008-11-28 14:51:13 UTC
State Changed
From-To: open->closed

Committed. Thanks!