Mercurial > noffle
view debian/prerm @ 419:e5bd838e0c27 noffle
[svn] fixed update-inetd
author | godisch |
---|---|
date | Fri, 20 Jun 2003 07:05:22 +0100 |
parents | a7dbefcafc43 |
children | b5aee36e8aba |
line wrap: on
line source
#!/bin/sh # $Id: prerm 562 2003-06-20 06:05:22Z godisch $ set -e if port="`grep "/usr/bin/noffle -r" /etc/inetd.conf | sed 's/[[:space:]].*$//'`"; then update-inetd --disable "$port" fi exit 0