#!/bin/sh #---------------------------------------------------------------------------- # switch fax receive daemon off # # Copyright (c) 2002-2004 Stefan Krister # Copyright (c) 2005 Frank Meyer # # 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. #---------------------------------------------------------------------------- sed 's/faxr:23:respawn/faxr:23:off/' /etc/inittab > /tmp/inittab.tmp mv /tmp/inittab.tmp /etc/inittab init q