--- pytkcheck.sh.old 2004-05-12 09:58:14.000000000 +0200 +++ pytkcheck.sh 2004-05-12 09:58:45.000000000 +0200 @@ -133,10 +133,10 @@ # remove leading shebang line if present n=1 -if head -1 $1 | egrep '^#! ?/' >/dev/null; then +if head -n -1 $1 | egrep '^#! ?/' >/dev/null; then n=2 echo >&2 current shebang line will be removed fi echo "#!$location -OO" >$target -tail +$n $1 >> $target +tail -n +$n $1 >> $target --- netcount-cron.d.in.old 2004-05-12 13:01:04.000000000 +0200 +++ netcount-cron.d.in 2004-05-12 13:01:39.000000000 +0200 @@ -2,7 +2,7 @@ # Cron entry for the netcount program -# update network logs (LOGDIR/nc-sample and +# update network logs (@LOGDIR@/nc-sample and -# /var/log/netcount.log) at regular intervals (to cope with overflow +# @LOGDIR@/netcount.log) at regular intervals (to cope with overflow # of the kernel counter). # --- netcount-cron.hourly.in.old 2004-05-12 13:03:35.000000000 +0200 +++ netcount-cron.hourly.in 2004-05-12 13:04:02.000000000 +0200 @@ -2,7 +2,7 @@ # Cron entry for the netcount program, directory /etc/cron.hourly. -# update network logs (LOGDIR/nc-sample and +# update network logs (@LOGDIR@/nc-sample and -# /var/log/netcount.log) at regular intervals (to cope with overflow +# @LOGDIR@/netcount.log) at regular intervals (to cope with overflow # of the kernel counter). #