#! /bin/sh #---------------------------------------------------------------------------- # /etc/init.d/lprng.boot - remove printer log and info files # # Copyright (c) 2002-2020 Thomas Bork, tom(at)eisfair(dot)net # # Creation : 2007-02-22 jv # Last Update: $Id$ # # 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