summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Brix Andersen <brix@gentoo.org>2005-11-27 10:08:21 +0000
committerHenrik Brix Andersen <brix@gentoo.org>2005-11-27 10:08:21 +0000
commit1494008c263858c90996ee78d4a0e5d0a5879cc2 (patch)
treed6f3461158efd6718e8f02cab65cd3469fb34b52 /app-admin/watchdog/files
parentManifest recommit (diff)
downloadhistorical-1494008c263858c90996ee78d4a0e5d0a5879cc2.tar.gz
historical-1494008c263858c90996ee78d4a0e5d0a5879cc2.tar.bz2
historical-1494008c263858c90996ee78d4a0e5d0a5879cc2.zip
Moved to sys-apps/watchdog.
Diffstat (limited to 'app-admin/watchdog/files')
-rw-r--r--app-admin/watchdog/files/5.2-alpha.patch12
-rw-r--r--app-admin/watchdog/files/5.2-sundries.patch20
-rw-r--r--app-admin/watchdog/files/5.2.4-sundries.patch19
-rw-r--r--app-admin/watchdog/files/5.2.4-uclibc.patch11
-rw-r--r--app-admin/watchdog/files/digest-watchdog-5.21
-rw-r--r--app-admin/watchdog/files/digest-watchdog-5.2.41
-rw-r--r--app-admin/watchdog/files/watchdog30
-rw-r--r--app-admin/watchdog/files/watchdog.conf.d6
8 files changed, 0 insertions, 100 deletions
diff --git a/app-admin/watchdog/files/5.2-alpha.patch b/app-admin/watchdog/files/5.2-alpha.patch
deleted file mode 100644
index 1762e87329f9..000000000000
--- a/app-admin/watchdog/files/5.2-alpha.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- watchdog-5.2/src/quotactl.c 1999-09-09 11:03:06.000000000 +0200
-+++ watchdog-5.2-modified/src/quotactl.c 2003-03-26 14:51:41.000000000 +0100
-@@ -23,8 +23,8 @@
- #include "config.h"
- #endif
-
--#if defined(__alpha__)
- #include <errno.h>
-+#if defined(__alpha__)
- #include <sys/types.h>
- #include <syscall.h>
- #include <unistd.h>
diff --git a/app-admin/watchdog/files/5.2-sundries.patch b/app-admin/watchdog/files/5.2-sundries.patch
deleted file mode 100644
index e018571a4d00..000000000000
--- a/app-admin/watchdog/files/5.2-sundries.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-diff -urN watchdog-5.2/include/sundries.h watchdog-5.2-modified/include/sundries.h
---- watchdog-5.2/include/sundries.h 1998-09-10 10:19:11.000000000 -0500
-+++ watchdog-5.2-modified/include/sundries.h 2002-10-29 10:30:49.000000000 -0600
-@@ -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 volatile 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/app-admin/watchdog/files/5.2.4-sundries.patch b/app-admin/watchdog/files/5.2.4-sundries.patch
deleted file mode 100644
index 2d3d0a1f2986..000000000000
--- a/app-admin/watchdog/files/5.2.4-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/app-admin/watchdog/files/5.2.4-uclibc.patch b/app-admin/watchdog/files/5.2.4-uclibc.patch
deleted file mode 100644
index 1986ed88774a..000000000000
--- a/app-admin/watchdog/files/5.2.4-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
diff --git a/app-admin/watchdog/files/digest-watchdog-5.2 b/app-admin/watchdog/files/digest-watchdog-5.2
deleted file mode 100644
index ff7a265cda3f..000000000000
--- a/app-admin/watchdog/files/digest-watchdog-5.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 aed04b6789fc592a401c05b8f3828a16 watchdog-5.2.tar.gz 126296
diff --git a/app-admin/watchdog/files/digest-watchdog-5.2.4 b/app-admin/watchdog/files/digest-watchdog-5.2.4
deleted file mode 100644
index 7b72645ec9a8..000000000000
--- a/app-admin/watchdog/files/digest-watchdog-5.2.4
+++ /dev/null
@@ -1 +0,0 @@
-MD5 c6ac132d92110eb2c4670d4f684105c3 watchdog_5.2.4.orig.tar.gz 127791
diff --git a/app-admin/watchdog/files/watchdog b/app-admin/watchdog/files/watchdog
deleted file mode 100644
index 53536a32a7a4..000000000000
--- a/app-admin/watchdog/files/watchdog
+++ /dev/null
@@ -1,30 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/watchdog/files/watchdog,v 1.2 2004/08/17 18:13:04 vapier Exp $
-
-depend() {
- need localmount
- use logger
-}
-
-checkconfig() {
- if [ ! -e /dev/watchdog ] ; then
- eerror "/dev/watchdog does not exist!"
- return 1
- fi
- return 0
-}
-
-start() {
- checkconfig || return 1
- ebegin "Starting watchdog"
- start-stop-daemon --start --quiet --exec /usr/sbin/watchdog -- ${WATCHDOG_OPTS}
- eend $?
-}
-
-stop() {
- ebegin "Stopping watchdog"
- start-stop-daemon --stop --quiet --exec /usr/sbin/watchdog
- eend $?
-}
diff --git a/app-admin/watchdog/files/watchdog.conf.d b/app-admin/watchdog/files/watchdog.conf.d
deleted file mode 100644
index e5ddc090f8af..000000000000
--- a/app-admin/watchdog/files/watchdog.conf.d
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/watchdog/files/watchdog.conf.d,v 1.1 2004/08/17 18:13:04 vapier Exp $
-
-# for more info, see watchdog(8)
-WATCHDOG_OPTS=""