diff options
author | Christian Heim <phreak@gentoo.org> | 2006-07-13 17:22:09 +0000 |
---|---|---|
committer | Christian Heim <phreak@gentoo.org> | 2006-07-13 17:22:09 +0000 |
commit | cf27a57cac0c32327fd69bdcd8ddb07858ff2e9a (patch) | |
tree | b45bb8ee467327a4328dd0a3346ca113043102ad /sys-apps/watchdog/files | |
parent | Cleanup; Version bump; Taking temporary maintainership (diff) | |
download | gentoo-2-cf27a57cac0c32327fd69bdcd8ddb07858ff2e9a.tar.gz gentoo-2-cf27a57cac0c32327fd69bdcd8ddb07858ff2e9a.tar.bz2 gentoo-2-cf27a57cac0c32327fd69bdcd8ddb07858ff2e9a.zip |
cvs died in the middle of the last commit, redoing
(Portage version: 2.1.1_pre2-r8)
Diffstat (limited to 'sys-apps/watchdog/files')
-rw-r--r-- | sys-apps/watchdog/files/digest-watchdog-5.2.6_p1 | 6 | ||||
-rw-r--r-- | sys-apps/watchdog/files/watchdog-5.2.4_p5-conf.d | 6 | ||||
-rw-r--r-- | sys-apps/watchdog/files/watchdog-5.2.4_p5-init.d | 22 | ||||
-rw-r--r-- | sys-apps/watchdog/files/watchdog-5.2.5_p1-conf.d | 6 | ||||
-rw-r--r-- | sys-apps/watchdog/files/watchdog-5.2.5_p1-init.d | 22 | ||||
-rw-r--r-- | sys-apps/watchdog/files/watchdog-5.2.6_p1-conf.d | 6 | ||||
-rw-r--r-- | sys-apps/watchdog/files/watchdog-5.2.6_p1-init.d | 22 | ||||
-rw-r--r-- | sys-apps/watchdog/files/watchdog-5.2.6_p1-sundries.patch | 19 | ||||
-rw-r--r-- | sys-apps/watchdog/files/watchdog-5.2.6_p1-uclibc.patch | 11 |
9 files changed, 0 insertions, 120 deletions
diff --git a/sys-apps/watchdog/files/digest-watchdog-5.2.6_p1 b/sys-apps/watchdog/files/digest-watchdog-5.2.6_p1 deleted file mode 100644 index 54b797531157..000000000000 --- a/sys-apps/watchdog/files/digest-watchdog-5.2.6_p1 +++ /dev/null @@ -1,6 +0,0 @@ -MD5 725b822a3d460b3100ad9e7aaff4bda7 watchdog_5.2.6-1.diff.gz 752 -RMD160 17379b4e9f94741d642b0ee5258163d710d1f702 watchdog_5.2.6-1.diff.gz 752 -SHA256 d31953eedc83dcb39982bd6579ba001af587192627cccdc35674c56873eb7a51 watchdog_5.2.6-1.diff.gz 752 -MD5 43c33708ac07d458bdbd416812481bab watchdog_5.2.6.orig.tar.gz 138446 -RMD160 accd68437bb986583f02ec9fe7af0c996a7dcaaf watchdog_5.2.6.orig.tar.gz 138446 -SHA256 84f08d17eebb052e165ce69cf4bbf86ff3da8ec2c3f078391a6d999f90b66baf watchdog_5.2.6.orig.tar.gz 138446 diff --git a/sys-apps/watchdog/files/watchdog-5.2.4_p5-conf.d b/sys-apps/watchdog/files/watchdog-5.2.4_p5-conf.d deleted file mode 100644 index d61daf8930e7..000000000000 --- a/sys-apps/watchdog/files/watchdog-5.2.4_p5-conf.d +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/files/watchdog-5.2.4_p5-conf.d,v 1.1 2005/11/27 10:14:24 brix Exp $ - -# for more info, see watchdog(8) -WATCHDOG_OPTS="" diff --git a/sys-apps/watchdog/files/watchdog-5.2.4_p5-init.d b/sys-apps/watchdog/files/watchdog-5.2.4_p5-init.d deleted file mode 100644 index dc7df863d637..000000000000 --- a/sys-apps/watchdog/files/watchdog-5.2.4_p5-init.d +++ /dev/null @@ -1,22 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/files/watchdog-5.2.4_p5-init.d,v 1.2 2006/02/01 15:37:43 brix Exp $ - -depend() { - need localmount - use logger -} - -start() { - ebegin "Starting watchdog" - start-stop-daemon --start --quiet --exec /usr/sbin/watchdog \ - -- ${WATCHDOG_OPTS} - eend ${?} -} - -stop() { - ebegin "Stopping watchdog" - start-stop-daemon --stop --retry 5 --quiet --exec /usr/sbin/watchdog - eend ${?} -} diff --git a/sys-apps/watchdog/files/watchdog-5.2.5_p1-conf.d b/sys-apps/watchdog/files/watchdog-5.2.5_p1-conf.d deleted file mode 100644 index 35a9a5a333f8..000000000000 --- a/sys-apps/watchdog/files/watchdog-5.2.5_p1-conf.d +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/files/watchdog-5.2.5_p1-conf.d,v 1.1 2006/04/18 09:46:05 brix Exp $ - -# for more info, see watchdog(8) -WATCHDOG_OPTS="" diff --git a/sys-apps/watchdog/files/watchdog-5.2.5_p1-init.d b/sys-apps/watchdog/files/watchdog-5.2.5_p1-init.d deleted file mode 100644 index f0b2f520b640..000000000000 --- a/sys-apps/watchdog/files/watchdog-5.2.5_p1-init.d +++ /dev/null @@ -1,22 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/files/watchdog-5.2.5_p1-init.d,v 1.1 2006/04/18 09:46:05 brix Exp $ - -depend() { - need localmount - use logger -} - -start() { - ebegin "Starting watchdog" - start-stop-daemon --start --quiet --exec /usr/sbin/watchdog \ - -- ${WATCHDOG_OPTS} - eend ${?} -} - -stop() { - ebegin "Stopping watchdog" - start-stop-daemon --stop --retry 5 --quiet --exec /usr/sbin/watchdog - eend ${?} -} diff --git a/sys-apps/watchdog/files/watchdog-5.2.6_p1-conf.d b/sys-apps/watchdog/files/watchdog-5.2.6_p1-conf.d deleted file mode 100644 index c873a4217d97..000000000000 --- a/sys-apps/watchdog/files/watchdog-5.2.6_p1-conf.d +++ /dev/null @@ -1,6 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/files/watchdog-5.2.6_p1-conf.d,v 1.1 2006/06/25 10:50:21 brix Exp $ - -# for more info, see watchdog(8) -WATCHDOG_OPTS="" diff --git a/sys-apps/watchdog/files/watchdog-5.2.6_p1-init.d b/sys-apps/watchdog/files/watchdog-5.2.6_p1-init.d deleted file mode 100644 index 6a9fb1cafc7d..000000000000 --- a/sys-apps/watchdog/files/watchdog-5.2.6_p1-init.d +++ /dev/null @@ -1,22 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/watchdog/files/watchdog-5.2.6_p1-init.d,v 1.1 2006/06/25 10:50:21 brix Exp $ - -depend() { - need localmount - use logger -} - -start() { - ebegin "Starting watchdog" - start-stop-daemon --start --quiet --exec /usr/sbin/watchdog \ - -- ${WATCHDOG_OPTS} - eend ${?} -} - -stop() { - ebegin "Stopping watchdog" - start-stop-daemon --stop --retry 5 --quiet --exec /usr/sbin/watchdog - eend ${?} -} diff --git a/sys-apps/watchdog/files/watchdog-5.2.6_p1-sundries.patch b/sys-apps/watchdog/files/watchdog-5.2.6_p1-sundries.patch deleted file mode 100644 index 2d3d0a1f2986..000000000000 --- a/sys-apps/watchdog/files/watchdog-5.2.6_p1-sundries.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- include/sundries.h.orig 2004-08-06 01:33:43.525091352 -0400 -+++ include/sundries.h 2004-08-06 01:33:58.254852088 -0400 -@@ -46,16 +46,7 @@ - char *xstrconcat3 (const char *, const char *, const char *); - char *xstrconcat4 (const char *, const char *, const char *, const char *); - --/* Here is some serious cruft. */ --#ifdef __GNUC__ --#if defined(__GNUC_MINOR__) && __GNUC__ == 2 && __GNUC_MINOR__ >= 5 - void die (int errcode, const char *fmt, ...) __attribute__ ((noreturn)); --#else /* GNUC < 2.5 */ --void die (int errcode, const char *fmt, ...); --#endif /* GNUC < 2.5 */ --#else /* !__GNUC__ */ --void die (int errcode, const char *fmt, ...); --#endif /* !__GNUC__ */ - - #ifdef HAVE_NFS - int nfsmount (const char *spec, const char *node, int *flags, diff --git a/sys-apps/watchdog/files/watchdog-5.2.6_p1-uclibc.patch b/sys-apps/watchdog/files/watchdog-5.2.6_p1-uclibc.patch deleted file mode 100644 index 1986ed88774a..000000000000 --- a/sys-apps/watchdog/files/watchdog-5.2.6_p1-uclibc.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/fstab.c.orig 2004-08-23 15:32:22 +0000 -+++ src/fstab.c 2004-08-23 15:32:36 +0000 -@@ -237,7 +237,7 @@ - /* Ensure that the lock is released if we are interrupted. */ - static void - handler (int sig) { -- die (EX_USER, "%s", sys_siglist[sig]); -+ die (EX_USER, "%s", strsignal(sig)); - } - - static void |