1
0
mirror of https://github.com/PDP-10/its.git synced 2026-03-10 12:48:25 +00:00

Disabled GCBULK and DIGEST daemons on HX, BC, and TT.

This commit is contained in:
Eric Swenson
2023-11-05 09:48:42 -08:00
committed by Lars Brinkhoff
parent ca108300a4
commit 2ae3c584ab
3 changed files with 11 additions and 0 deletions

3
build/mchn/BC/custom.tcl Normal file
View File

@@ -0,0 +1,3 @@
# get rid of links to daemons that don't run correctly
respond "*" ":delete dragon;hourly digest\r"
respond "*" ":delete dragon;hourly gcbulk\r"

View File

@@ -5,3 +5,7 @@ respond "*" ":link dragon; hourly gunner, cstacy; gunner bin\r"
respond "*" ":midas dragon; weekly backup_lars; backup\r"
respond "HOST NAME =" "177001\r"
expect ":KILL"
# get rid of links to daemons that don't run correctly
respond "*" ":delete dragon;hourly digest\r"
respond "*" ":delete dragon;hourly gcbulk\r"

View File

@@ -10,3 +10,7 @@ respond "*" ":link dragon; hourly gunner, cstacy; gunner bin\r"
respond "*" ":midas dragon; weekly backup_lars; backup\r"
respond "HOST NAME =" "3036\r"
expect ":KILL"
# get rid of links to daemons that don't run correctly
respond "*" ":delete dragon;hourly digest\r"
respond "*" ":delete dragon;hourly gcbulk\r"