Notes |
To establish a spooler environment in which each report will
be kept until the morning of the day after tomorrow, you may do the following steps:
- Rename the lpr program:
mv /bin/lpr /bin/lpr.css;
- A shell script /bin/lpr will take it's
place:
/bin/lpr.css -k `cssdate +1` $@;
- In the file /etc/rc the program csa
is called after the initialization of the system date:
csa -RDK `cssdate` -i1;
|