From 6b65fa72887059bd1f3e2c92415b407149995572 Mon Sep 17 00:00:00 2001 From: Benjamin Schieder Date: Tue, 4 Jul 2006 19:22:58 +0000 Subject: [PATCH] Benjamin Schieder: option for HTTP GET functionality [2006062412361458950] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7706 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/config.in | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scripts/config.in b/scripts/config.in index cf13cb312..c5c9a02e2 100644 --- a/scripts/config.in +++ b/scripts/config.in @@ -174,6 +174,12 @@ block_begin 3 text 'Recipient address' ROCKCFG_SENDMAIL_TO 'root' block_end fi + bool 'HTTP GET request on special events' ROCKCFG_HTTP 0 + if [ "$ROCKCFG_HTTP" = 1 ] ; then + block_begin + text 'Website' ROCKCFG_HTTP_SITE 'http://pallas.crash-override.net/cgi-bin/rocklogbot?package=PACKAGE&config=CONFIG&status=STATUS&stage=STAGE' + block_end + fi block_end %include misc/*/noexpertconfig.in