Updated mkprod.awk for Debian Woody
This commit is contained in:
parent
59f2a8cf7d
commit
84b0c3a87c
@ -4610,6 +4610,7 @@ v0.33.20 10-Feb-2002
|
|||||||
Added a function to return the right tearline.
|
Added a function to return the right tearline.
|
||||||
Added support for ext3 filesystem in diskspace check.
|
Added support for ext3 filesystem in diskspace check.
|
||||||
Fixed lharc archives return code to LHA.
|
Fixed lharc archives return code to LHA.
|
||||||
|
Changed mkprod.awk script to support Debian Woody.
|
||||||
|
|
||||||
clcomm.a
|
clcomm.a
|
||||||
Added counter for mailer TCP/IP sessions.
|
Added counter for mailer TCP/IP sessions.
|
||||||
|
@ -7,7 +7,7 @@ BEGIN {
|
|||||||
}
|
}
|
||||||
/^[^;]/ {
|
/^[^;]/ {
|
||||||
if ($2 != "DROPPED")
|
if ($2 != "DROPPED")
|
||||||
print " {0x" $1 ",\(char \*\)\"" $2 "\"},"
|
print " {0x" $1 ",(char *)\"" $2 "\"},"
|
||||||
}
|
}
|
||||||
END {
|
END {
|
||||||
print " {0xff,(char*)0L}"
|
print " {0xff,(char*)0L}"
|
||||||
|
@ -56,12 +56,11 @@ void ForwardFile(fidoaddr Node, fa_list *sbl)
|
|||||||
time_t now;
|
time_t now;
|
||||||
fa_list *tmp;
|
fa_list *tmp;
|
||||||
|
|
||||||
Syslog('+', "Forward file to %s, %s netmail", aka2str(Node), nodes.Message?"with":"whithout");
|
|
||||||
|
|
||||||
if (!SearchNode(Node)) {
|
if (!SearchNode(Node)) {
|
||||||
WriteError("TIC forward in %s, node %s not in setup but defined in area setup", TIC.TicIn.Area, aka2str(Node));
|
WriteError("TIC forward in %s, node %s not in setup but defined in area setup", TIC.TicIn.Area, aka2str(Node));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
Syslog('+', "Forward file to %s, %s netmail", aka2str(Node), nodes.Message?"with":"whithout");
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Hier moet een nieuwe SEEN-BY check komen, maar dan wel zo dat
|
* Hier moet een nieuwe SEEN-BY check komen, maar dan wel zo dat
|
||||||
|
Reference in New Issue
Block a user