From 16653714b26abe5a5ce4da28c0928977ddd7d80b Mon Sep 17 00:00:00 2001
From: Per Cederqvist <ceder@lysator.liu.se>
Date: Sat, 14 Jan 2006 16:26:27 +0000
Subject: [PATCH] Mention that this is kept under Subversion

---
 check_cups  | 4 ++++
 check_saned | 4 ++++
 2 files changed, 8 insertions(+)

diff --git a/check_cups b/check_cups
index b5cab92..550700b 100755
--- a/check_cups
+++ b/check_cups
@@ -3,6 +3,10 @@
 # Check that the oldest entry in the CUPS queue is new enough.
 #
 # Usage: check_cups queue
+#
+# This check script is maintained in a Subversion repository at
+# http://lsvn.lysator.liu.se/svnroot/nagios-plugins.  Contact
+# <ceder@lysator.liu.se> for commit access.
 
 import os
 import time
diff --git a/check_saned b/check_saned
index 362f0c8..0a32bf3 100755
--- a/check_saned
+++ b/check_saned
@@ -8,6 +8,10 @@
 # by "scanimage -L", the state should be OK if the scanner was seen
 # within the last hour, and WARNING if it was seen within the last
 # day.
+#
+# This check script is maintained in a Subversion repository at
+# http://lsvn.lysator.liu.se/svnroot/nagios-plugins.  Contact
+# <ceder@lysator.liu.se> for commit access.
 
 TMPFILE=`tempfile`
 scanimage -L > $TMPFILE 2>&1
-- 
GitLab