Commit graph

8 commits

Author SHA1 Message Date
Edwin Groothuis
28dd10dcb4 Remove USE_REINPLACE from all categories starting with S 2006-05-13 04:15:53 +00:00
Edwin Groothuis
32487a10ad SHA256ify
Approved by: krion@
2006-01-24 01:06:45 +00:00
Jean-Yves Lefort
610bc835b1 [1]:
- Add a rcNG startup script
  - Use mkstemp() instead of the insecure tempnam()

Moreover:
  - Also create /var/spool/anacron when installed from a package
  - Try to remove /var/spool/anacron when deinstalling the package; if
    it fails, hint the user about removing it manually
  - Respect ${CC}
  - Install/deinstall ${PREFIX}/etc/anacrontab
  - Split the monolithic patch-aa into separate patches
  - Refactor some patches into ${REINPLACE_CMD} invocations
  - Install the program ourselves (it is more straightforward than
    fixing the vendor's Makefile)
  - Use SUB_FILES=pkg-message

PR:		ports/82168 [1]
Submitted by:	maintainer [1]
2005-06-16 15:51:38 +00:00
Sergey Matveychuk
c347b4b3e6 - Add startup script.
PR:		ports/74287
Submitted by:	maintainer
2004-11-24 02:45:09 +00:00
Sergey Matveychuk
81063db1fa Fix compiling with gcc 3.4
PR:		ports/71099
Submitted by:	maintainer
2004-08-29 14:21:27 +00:00
Trevor Johnson
8232e82f85 SIZEify (maintainer timeout) 2004-03-31 03:12:58 +00:00
Joe Marcus Clarke
73f7c91b5d Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 1)
2004-02-04 05:10:27 +00:00
Edwin Groothuis
1891fd41b9 New port: anacron
Anacron is a periodic command scheduler.  It executes
	commands at intervals specified in days.  Unlike cron, it
	does not assume that the system is running continuously.
	It can therefore be used to control the execution of daily,
	weekly and monthly jobs (or anything with a period of n
	days), on systems that don't run 24 hours a day.

	Anacron is not an attempt to make cron redundant.

PR:		ports/55959
Submitted by:	Derik van Zuetphen <dz@426.ch>
2003-10-04 00:29:47 +00:00