diff options
author | Jason Fesler <jfesler@guest.gigo.com> | 2015-02-17 12:11:17 -0800 |
---|---|---|
committer | Jason Fesler <jfesler@guest.gigo.com> | 2015-02-17 12:11:17 -0800 |
commit | d6d784cc333cdc1ff496c1fc562ffd2335a39e92 (patch) | |
tree | 4c899256e469e3b537750dcb7b59801f907753e8 /init.d | |
parent | 834078a53da95d2261d5f8d042b773d3ed2f04b3 (diff) | |
download | mtu1280d-d6d784cc333cdc1ff496c1fc562ffd2335a39e92.tar.gz mtu1280d-d6d784cc333cdc1ff496c1fc562ffd2335a39e92.zip |
Rename to mtu1280d
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/mtu1280 | 6 |
1 files changed, 3 insertions, 3 deletions
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 |