#! /bin/sh #---------------------------------------------------------------------------- # /etc/init.d/lprng.boot - remove printer log and info files # # Copyright (c) 2007 Jens Vehlhaber, jvehlhaber(at)buchenwald(dot)de # # Creation : 2007-02-22 jv # Last Update: $Id: lprng.boot 9844 2007-02-22 18:09:54Z jv $ # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. #---------------------------------------------------------------------------- rm -f /var/spool/lprng/* >/dev/null exit 0