[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#3262: Gopherd problems



Package: gopherd
Version: "2.1.1"-"2"

When installing this package I get the following script in /etc/cron.weekly:

#!/bin/sh
#
# cron script to rotate gopherd log files.
#
# Modified by Ted Hajek <tedhajek@boombox.micro.umn.edu>
# for gopherd from syslogd log file rotation script by
# Ian A. Murdock <imurdock@gnu.ai.mit.edu>

LOGFILE=gopherd.log

cd /var/adm
echo "Rotating gopher log file:"
if [ -f  ]; then
  savelog -g adm -m 644 -u root -c 4 
fi
echo

First of all there shouldn't be an output for each run. And the test misses
the filename.

Besides both, gopherd and gopher-client are still AOUT.

Michael

-- 
Michael Meskes                   |    _____ ________ __  ____
meskes@informatik.rwth-aachen.de |   / ___// ____/ // / / __ \___  __________
meskes@sanet.de                  |   \__ \/ /_  / // /_/ /_/ / _ \/ ___/ ___/
meskes@debian.org                |  ___/ / __/ /__  __/\__, /  __/ /  (__  )
Use Debian Linux!		 | /____/_/      /_/  /____/\___/_/  /____/


Reply to: