From d6d784cc333cdc1ff496c1fc562ffd2335a39e92 Mon Sep 17 00:00:00 2001 From: Jason Fesler Date: Tue, 17 Feb 2015 12:11:17 -0800 Subject: Rename to mtu1280d --- init.d/mtu1280 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.d') diff --git a/init.d/mtu1280 b/init.d/mtu1280 index 8d4d3e6..72103c9 100644 --- a/init.d/mtu1280 +++ b/init.d/mtu1280 @@ -1,11 +1,11 @@ #! /bin/sh ### BEGIN INIT INFO -# Provides: mtu1280 +# Provides: mtu1280d # Required-Start: $network $syslog # Required-Stop: $network $syslog # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: mtu1280 Synthetic ICMPv6 Packet Too Big response +# Short-Description: mtu1280d Synthetic ICMPv6 Packet Too Big response # Description: This file should be used to construct scripts to be # placed in /etc/init.d. ### END INIT INFO @@ -17,7 +17,7 @@ # PATH should only include /usr/* if it runs after the mountnfs.sh script PATH=/sbin:/usr/sbin:/bin:/usr/bin DESC="Synthetic ICMPv6 Packet Too Big response" -NAME=mtu1280 +NAME=mtu1280d DAEMON=/usr/sbin/$NAME DAEMON_ARGS="-d -q 1280" PIDFILE=/var/run/$NAME.pid -- cgit v1.2.3