summaryrefslogtreecommitdiffstats
path: root/recipes/tftp-hpa/files
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-06-09 17:28:44 +0200
committerMarcin Juszkiewicz <marcin@juszkiewicz.com.pl>2009-06-09 18:07:11 +0200
commit8b0ed3ad71efeb1153073e06fbf64e69a5365aef (patch)
treed660d0c130cbca24c66bb228511ce683a635c1e6 /recipes/tftp-hpa/files
parente91abf92fe3b55ed7a1bed4d75004a5df0b164be (diff)
downloadopenembedded-8b0ed3ad71efeb1153073e06fbf64e69a5365aef.tar.gz
tftp-hpa: fix name of /etc/default/tftp(d)-hpa
Diffstat (limited to 'recipes/tftp-hpa/files')
-rw-r--r--recipes/tftp-hpa/files/init6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/tftp-hpa/files/init b/recipes/tftp-hpa/files/init
index 2a24884550..5ad8c52cb8 100644
--- a/recipes/tftp-hpa/files/init
+++ b/recipes/tftp-hpa/files/init
@@ -60,12 +60,12 @@ d_reload() {
case "$1" in
start)
- echo -n "Starting $DESC: $NAME"
+ echo "Starting $DESC: $NAME"
d_start
echo "."
;;
stop)
- echo -n "Stopping $DESC: $NAME"
+ echo "Stopping $DESC: $NAME"
d_stop
echo "."
;;
@@ -88,7 +88,7 @@ case "$1" in
# option to the "reload" entry above. If not, "force-reload" is
# just the same as "restart".
#
- echo -n "Restarting $DESC: $NAME"
+ echo "Restarting $DESC: $NAME"
d_stop
sleep 1
d_start