Bug 108008 - sysutils/fcron
Summary: sysutils/fcron
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: Rong-En Fan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-01-16 18:10 UTC by huntting
Modified: 2007-01-17 07:40 UTC (History)
0 users

See Also:


Attachments
file.diff (6.05 KB, patch)
2007-01-16 18:10 UTC, huntting
no flags Details | Diff
file.diff (527 bytes, patch)
2007-01-16 18:10 UTC, huntting
no flags Details | Diff
file.diff (210 bytes, patch)
2007-01-16 18:10 UTC, huntting
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description huntting 2007-01-16 18:10:07 UTC
	Let's try this again shall we...  The last attempt
	http://www.freebsd.org/cgi/query-pr.cgi?pr=107993 did not
	aparently recognise me as being the maintainer.

	Upgrade for fcron stable version 3.0.2.

	Find below 3 diffs one for /usr/ports/sysutils/fcron, one
	for /usr/ports/UIDs and one for /usr/ports/GIDs.

	Details:

	All of the FreeBSD port patches have been rolled into the
	distribution.  As a result, all the patch files should be
	removed (I used diff -ruN to generate the first diff below)

		rm sysutils/fcron/files/patch-config.h.in
		rm sysutils/fcron/files/patch-configure.in
		rm sysutils/fcron/files/patch-fcrondyn.c
		rm sysutils/fcron/files/patch-socket.c

	In addition, fcron 3.0.2 now calls setuid() before exec()ing
	new cron jobs.  This is the behaviour of Vixie cron, SysV
	cron, old BSD cron, etc, etc.

	In addition to the port patch, there are two patches for
	the UIDs and GIDs files which add fcron's default UID/GID
	(247/247).

	Lastly, the install script now adds the fcron pseudo-user
	with shell /sbin/nologin.

Fix: diff -u /usr/ports/UIDs	UIDs
diff -u /usr/ports/GIDs	GIDs
Comment 1 Rong-En Fan freebsd_committer freebsd_triage 2007-01-16 18:39:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->rafan

Eat.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-01-17 07:29:37 UTC
rafan       2007-01-17 07:29:33 UTC

  FreeBSD ports repository

  Modified files:
    .                    GIDs UIDs 
  Log:
  - Add user/group for sysutils/fcron
  
  PR:             ports/108008
  Submitted by:   Brad Huntting <huntting at glarp.com> (maintainer)
  
  Revision  Changes    Path
  1.23      +2 -1      ports/GIDs
  1.27      +2 -1      ports/UIDs
_______________________________________________
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 dfilter service freebsd_committer freebsd_triage 2007-01-17 07:30:22 UTC
rafan       2007-01-17 07:30:11 UTC

  FreeBSD ports repository

  Modified files:
    sysutils/fcron       Makefile distinfo pkg-install 
  Removed files:
    sysutils/fcron/files patch-config.h.in patch-configure.in 
                         patch-fcrondyn.c patch-socket.c 
  Log:
  - Update to 3.0.2
  
  PR:             ports/108008
  Submitted by:   Brad Huntting <huntting at glarp.com> (maintainer)
  
  Revision  Changes    Path
  1.24      +2 -4      ports/sysutils/fcron/Makefile
  1.10      +3 -3      ports/sysutils/fcron/distinfo
  1.2       +0 -8      ports/sysutils/fcron/files/patch-config.h.in (dead)
  1.4       +0 -20     ports/sysutils/fcron/files/patch-configure.in (dead)
  1.2       +0 -29     ports/sysutils/fcron/files/patch-fcrondyn.c (dead)
  1.2       +0 -34     ports/sysutils/fcron/files/patch-socket.c (dead)
  1.4       +1 -1      ports/sysutils/fcron/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 4 Rong-En Fan freebsd_committer freebsd_triage 2007-01-17 07:30:40 UTC
State Changed
From-To: open->closed

Committed. Thanks!