# HG changeset patch # User asuess@dns.net.schlittermann.de # Date 1280745242 -7200 # Node ID a179476e5c8725ad156a0f22ec413ec2d6a57058 # Parent 129d99ceb3016dbc33dd7d09c4a045ba4111e754# Parent da5c12e84a6b22fbfc14c7b86e1b8536bc12cc3f [merged] diff -r da5c12e84a6b -r a179476e5c87 update-serial --- a/update-serial Mon Aug 02 12:15:39 2010 +0200 +++ b/update-serial Mon Aug 02 12:34:02 2010 +0200 @@ -13,6 +13,7 @@ # the current directory) # . optionally reload the named + use strict; use warnings; @@ -131,11 +132,8 @@ } else { print "** No PID of a running named found. Please reload manually.\n"; } - } - } - # vim:ts=4:sw=4:ai:aw: