Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Jun 2014 22:57:32 +0000
From:      bz-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 190162] [patch] sysutils/fcron stagify
Message-ID:  <bug-190162-13-1ErA4n16rF@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-190162-13@https.bugs.freebsd.org/bugzilla/>
References:  <bug-190162-13@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=190162

Baptiste Daroussin <bapt@FreeBSD.org> changed:

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

--- Comment #7 from Baptiste Daroussin <bapt@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-190162-13-1ErA4n16rF>