+gcpegg (5.1-9) unstable; urgency=low
+
+ * use fully qualified pathnames in init.d, addresses another part of 347778
+
+ -- Bdale Garbee <bdale@gag.com> Fri, 14 Apr 2006 23:36:52 -0600
+
gcpegg (5.1-8) unstable; urgency=low
* move to newer debhelper compatibility level, closes: #328793, #359417
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)
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."
;;
*)