[Bug 190162] [patch] sysutils/fcron stagify

bz-noreply at freebsd.org bz-noreply at freebsd.org
Thu Jun 5 22:57:33 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190162

Baptiste Daroussin <bapt at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Needs Help                  |Issue Resolved
                 CC|                            |bapt at FreeBSD.org
         Resolution|---                         |FIXED

--- Comment #7 from Baptiste Daroussin <bapt at FreeBSD.org> ---
USE_RC_SUBR= fcron already add etc/rc.d/fcron into the plist, no need to readd
it
PORTDOCS= * does the same for everything in the PORTDOCS directory

be carefull with make makeplist it is a helper but make check-orphans will be
more helpful :)

Other change I did is removing the pre-su-install (not needed with stage)
Use the regular USERS/GROUPS framework hence remove pkg-install/pkg-deinstall
Do not specify user/group when installing sample (use @owner from pkg-plist)
handle the /var/spool/fcron from the plist as well (note that after pkg_install
support is dropped @exec install ... could be removed)

I also installed the pam files into PREFIX/etc/pam.d (to avoid polluting base,
openpam also look into that directory)

I dropped the conditional installation of DOCS in favor of leaving the plist
decide what to install from stage

I added the definition for both DOCS and EXAMPLES given you use them

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list