Please update into cooker... Name : at Relocations: (not relocateable) Version : 3.1.7 Vendor: MandrakeSoft Release : 14mdk Build Date: Sun 23 Apr 2000 02:49:51 PM CEST Install date: (not installed) Build Host: d10179.dtk.chello.nl Group : System/Servers Source RPM: (none) Size : 83008 License: GPL Summary : Job spooling tools. Description : At and batch read commands from standard input or from a specified file. At allows you to specify that a command will be run at a particular time (now or a specified time in the future). Batch will execute commands when the system load levels drop to a particular level. Both commands use /bin/sh to run the commands. You should install the at package if you need a utility that will do time-oriented job control. Note: you should use crontab instead, if it is a recurring job that will need to be repeated at the same time every day/week/etc. * Sun Apr 23 2000 Stefan van der Eijk <[EMAIL PROTECTED]> 3.1.7-14mdk - fixed man page compression --> is handled by spechelper
--- at.spec.orig Sun Apr 23 14:40:16 2000 +++ at.spec Sun Apr 23 14:49:44 2000 @@ -1,7 +1,7 @@ Summary: Job spooling tools. Name: at Version: 3.1.7 -Release: 13mdk +Release: 14mdk Copyright: GPL Group: System/Servers Source: ftp://tsx-11.mit.edu/pub/linux/sources/usr.bin/at-3.1.7.tar.bz2 @@ -59,14 +59,6 @@ cp ${RPM_BUILD_ROOT}%{_prefix}/doc/at/* docs/ install -m 755 $RPM_SOURCE_DIR/atd.init $RPM_BUILD_ROOT/etc/rc.d/init.d/atd -for i in atq atrm batch; do - rm $RPM_BUILD_ROOT/usr/man/man1/$i.1 - ln -s /usr/man/man1/at.1.bz2 $RPM_BUILD_ROOT/usr/man/man1/$i.1.bz2 -done - -bzip2 -9f $RPM_BUILD_ROOT/usr/man/man1/at.1 -bzip2 -9f $RPM_BUILD_ROOT/usr/man/man8/* - %clean rm -rf $RPM_BUILD_ROOT @@ -103,6 +95,9 @@ %attr(4755,root,root) /usr/bin/at %changelog +* Sun Apr 23 2000 Stefan van der Eijk <[EMAIL PROTECTED]> 3.1.7-14mdk +- fixed man page compression --> is handled by spechelper + * Wed Mar 22 2000 Daouda Lo <[EMAIL PROTECTED]> 3.1.7-13mdk - now under system/Servers group
