-------- this patch is obsolete if you downloaded 0.5.2 or later

###### Patch for Version 0.5 ###### 8 Dec 1999
I just learned that the command 'line' is not standard. Configuration and
backup rely on 'line'. Therefore you may need a permanent substitute if
 line
says "not found". For example execute as superuser:
 echo 'head -1' >/usr/local/bin/line
 chmod a+rx /usr/local/bin/line
and make sure that /usr/local/bin is in the superuser's command path.
Sorry for that inconvenience. I'll fix it as soon as possible.
###### End Patch ######


-------- dieser Patch ist unnoetig fuer 0.5.2 oder spaeter 

###### Patch fuer Version 0.5 ###### 8 Dec 1999
Ich habe gerade erfahren, dass das Kommando 'line' nicht standardmaessig in
Linux vorhanden ist. Die Konfiguration und der Backup benoetigen es aber.
Daher muss ein permanenter Ersatz geschaffen werden, wenn
 line
nicht gefunden wird. Zum Beispiel als Superuser ausfuehren:
 echo 'head -1' >/usr/local/bin/line
 chmod a+rx /usr/local/bin/line
und sicherstellen, dass /usr/local/bin im $PATH des Superusers enthalten ist.
Entschuldigung fuer diesen Umstand. Ich werde es bald reparieren.
###### End Patch ######