Browse Source

Benjamin Schieder:


			
			
				rocklinux
			
			
		
Benjamin Schieder 18 years ago
parent
commit
6b65fa7288
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      scripts/config.in

+ 6
- 0
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

Loading…
Cancel
Save