Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93163 - net-ftp/proftpd g/fbsd compatibility and ebuild cleanup
Summary: net-ftp/proftpd g/fbsd compatibility and ebuild cleanup
Status: RESOLVED FIXED
Alias: None
Product: Gentoo/Alt
Classification: Unclassified
Component: Other (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: Gustavo Felisberto (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 79024 93119
  Show dependency tree
 
Reported: 2005-05-19 02:19 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2006-04-12 10:50 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Ebuild patch (proftpd-1.2.10-r3.patch,2.49 KB, patch)
2005-05-19 02:19 UTC, Diego Elio Pettenò (RETIRED)
Details | Diff
ftp.pamd-include (ftp.pamd-include,592 bytes, text/plain)
2005-05-19 02:20 UTC, Diego Elio Pettenò (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-19 02:19:31 UTC
Currently proftpd ebuild doesn't use enewuser/enewgroup to create groups and users, but uses groupadd/useradd which are non-portables.

The attached patch applied over current ebuild make use of enewgroup/enewuser, add a few useflags, uses newpamd to install the pam config file and newinitd to install the init.d file.

The dependency for pam is moved from sys-libs/pam to virtual/pam (so sys-libs/pam-0.78) as the attached ftp.pamd-include uses the include directive instead of pam_stack (and comments out by default pam_listfile as it's linux-pam specific.

HTH, Diego
Comment 1 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-19 02:19:45 UTC
Created attachment 59269 [details, diff]
Ebuild patch
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-05-19 02:20:06 UTC
Created attachment 59270 [details]
ftp.pamd-include
Comment 3 Gustavo Felisberto (RETIRED) gentoo-dev 2005-06-04 06:27:25 UTC
Thanks flame. I'm just waiting for repoman to ci the new version.