diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-16 15:51:38 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-06-16 15:51:38 +0000 |
commit | 610bc835b1230320760f51685d16856b344d5c7a (patch) | |
tree | c579ddc1260aa9376572b0dafef590f0a5a2cc80 /sysutils/anacron/files/patch-gregor.c | |
parent | Update to 2.1.15 (diff) |
[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]
Notes
Notes:
svn path=/head/; revision=137561
Diffstat (limited to 'sysutils/anacron/files/patch-gregor.c')
-rw-r--r-- | sysutils/anacron/files/patch-gregor.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/anacron/files/patch-gregor.c b/sysutils/anacron/files/patch-gregor.c new file mode 100644 index 000000000000..f500d2216b9e --- /dev/null +++ b/sysutils/anacron/files/patch-gregor.c @@ -0,0 +1,11 @@ +--- gregor.c.orig Fri Jun 23 00:50:40 2000 ++++ gregor.c Thu Jun 16 17:38:02 2005 +@@ -65,7 +65,7 @@ + { + int dn; + int i; +- const int isleap; /* save three calls to leap() */ ++ int isleap; /* save three calls to leap() */ + + /* Some validity checks */ + |