summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-20 01:57:28 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-20 01:57:28 +0000
commit75a3a5ae9855e638fe36355e858162cca09673c4 (patch)
tree70be6b33f97b6c94974d98a244d8633b7da14cf9
parentStable on sparc (diff)
downloadhistorical-75a3a5ae9855e638fe36355e858162cca09673c4.tar.gz
historical-75a3a5ae9855e638fe36355e858162cca09673c4.tar.bz2
historical-75a3a5ae9855e638fe36355e858162cca09673c4.zip
need services -> use services #89554
Package-Manager: portage-2.0.51.19
-rw-r--r--sys-process/dcron/Manifest26
-rwxr-xr-xsys-process/dcron/files/dcron7
-rwxr-xr-xsys-process/dcron/files/dcron-r45
3 files changed, 13 insertions, 25 deletions
diff --git a/sys-process/dcron/Manifest b/sys-process/dcron/Manifest
index 6676a349898f..9fc4689bf6b1 100644
--- a/sys-process/dcron/Manifest
+++ b/sys-process/dcron/Manifest
@@ -1,24 +1,14 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
-MD5 5594f0ea9051ce81548f919346c1b9af dcron-2.9-r2.ebuild 2072
MD5 13b3ecf2d8c81f3d0568d5e69e8fa4ac ChangeLog 5904
+MD5 5594f0ea9051ce81548f919346c1b9af dcron-2.9-r2.ebuild 2072
MD5 0116d8af24d555d7cde217dc5b947341 dcron-2.9-r4.ebuild 1667
MD5 d0dad7daa0e6d356fc35f778fed36006 metadata.xml 225
-MD5 a82da32a58b097ea2ccd1b7a4aed72f3 files/dcron-2.9-ldflags.patch 590
-MD5 1de333010665696629a381be64dad25a files/dcron-2.9-Makefile.patch 629
-MD5 932978359b7a3b3a2d29a96827ceca83 files/dcron-2.7-Makefile-gentoo.diff 534
-MD5 598e9266cd35313282e421eccba28f20 files/dcron-r4 535
+MD5 7df5f6298d06cc551243243ed5113c41 files/dcron-r4 528
MD5 518d22de1cdd927de6c55ffb6a82bc46 files/crontab 823
-MD5 2db10e843ecdf10a2b3aa5f70322310b files/digest-dcron-2.9-r2 55
+MD5 8370eb8749f4f495ce31d315fc95abac files/dcron 611
+MD5 932978359b7a3b3a2d29a96827ceca83 files/dcron-2.7-Makefile-gentoo.diff 534
+MD5 1de333010665696629a381be64dad25a files/dcron-2.9-Makefile.patch 629
+MD5 a82da32a58b097ea2ccd1b7a4aed72f3 files/dcron-2.9-ldflags.patch 590
+MD5 cd9a521d56c9c4df0fd79e9dd71bd32b files/dcron-2.9-pidfile.patch 493
MD5 577b9903a5bc13b51ed4e9a7e5d8b17e files/dcron.logrotate 36
-MD5 873a1b23b5481e3c7488ae4f4403a202 files/dcron 618
+MD5 2db10e843ecdf10a2b3aa5f70322310b files/digest-dcron-2.9-r2 55
MD5 2db10e843ecdf10a2b3aa5f70322310b files/digest-dcron-2.9-r4 55
-MD5 cd9a521d56c9c4df0fd79e9dd71bd32b files/dcron-2.9-pidfile.patch 493
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.2.6 (GNU/Linux)
-
-iD8DBQFCKPJxLLFUmVNQ7rkRAny9AKCRxmgLqDUdCWF2p9d6L21G4jWBrgCdFRht
-xMtoGGtrBQt82lvL70+n7HI=
-=FPW+
------END PGP SIGNATURE-----
diff --git a/sys-process/dcron/files/dcron b/sys-process/dcron/files/dcron
index 65d89bf86eb9..1dcc06712f51 100755
--- a/sys-process/dcron/files/dcron
+++ b/sys-process/dcron/files/dcron
@@ -1,11 +1,10 @@
#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/files/dcron,v 1.1 2005/03/04 23:42:58 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/files/dcron,v 1.2 2005/04/20 01:57:28 vapier Exp $
depend() {
- use logger
- need clock hostname
+ use logger clock hostname
provide cron
}
diff --git a/sys-process/dcron/files/dcron-r4 b/sys-process/dcron/files/dcron-r4
index 94072c8e5a51..fccf9154d3ce 100755
--- a/sys-process/dcron/files/dcron-r4
+++ b/sys-process/dcron/files/dcron-r4
@@ -1,11 +1,10 @@
#!/sbin/runscript
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/files/dcron-r4,v 1.1 2005/03/04 23:42:58 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/dcron/files/dcron-r4,v 1.2 2005/04/20 01:57:28 vapier Exp $
depend() {
- use logger
- need clock hostname
+ use logger clock hostname
provide cron
}