From 52cf3603395848b52cb2c5078db1dc90a35ad2c2 Mon Sep 17 00:00:00 2001 From: Bdale Garbee Date: Fri, 14 Apr 2006 23:36:52 -0600 Subject: [PATCH] Imported Debian patch 5.1-9 --- debian/changelog | 6 ++++++ debian/init.d | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 16c7218..49c829b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gcpegg (5.1-9) unstable; urgency=low + + * use fully qualified pathnames in init.d, addresses another part of 347778 + + -- Bdale Garbee Fri, 14 Apr 2006 23:36:52 -0600 + gcpegg (5.1-8) unstable; urgency=low * move to newer debhelper compatibility level, closes: #328793, #359417 diff --git a/debian/init.d b/debian/init.d index 74dc49f..3992719 100644 --- a/debian/init.d +++ b/debian/init.d @@ -10,7 +10,7 @@ cd /var/spool/gcpegg case "$1" in start) echo -n "Starting GCP EGG software on virtual terminal 8: eggsh" - openvt -f -c 8 eggsh + /usr/bin/openvt -f -c 8 /usr/sbin/eggsh echo "." ;; stop) @@ -21,7 +21,7 @@ case "$1" in reload|force-reload|restart) echo -n "Restarting GCP EGG software on virtual terminal 8..." start-stop-daemon --stop --quiet --oknodo --exec /usr/sbin/eggsh - openvt -f -c 8 eggsh + /usr/bin/openvt -f -c 8 /usr/sbin/eggsh echo "done." ;; *) -- 2.30.2