#!/bin/sh # # service-qmail-updater-run # John Simpson 2005-06-24 # # Runs the qmail-updater service # # 2006-03-27 jms1 - fixed a typo/oversight (forgot to put "2>&1" in # there.) thanks to robin bowes for pointing out the oversight. # # 2006-06-26 jms1 - added a second line to support running either the # old "qmail-updater" or the new "pipe-watcher" (which then runs # "update-qmail" to do the work.) See this web page for details: # http://qmail.jms1.net/scripts/qmail-updater.shtml # ############################################################################### # # Copyright (C) 2005-2006 John Simpson. # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License, version 2, as # published by the Free Software Foundation. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # or visit http://www.gnu.org/licenses/gpl.txt # ############################################################################### exec 2>&1 cd /service/qmail-updater # un-comment the line you need for your system #exec ./qmail-updater exec ./pipe-watcher