From 10b109b274862aeb90a8e280379809f04f4da77d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 4 May 2014 12:37:44 +0200 Subject: services: stop printing messages, not really useful. --- services/avahi-daemon/run | 1 - services/dbus/run | 1 - services/dcron/run | 1 - services/dhcpcd/run | 1 - services/dropbear/run | 2 -- services/ntpd/run | 1 - services/rsyslogd/run | 1 - services/sshd/run | 2 -- services/upsd/run | 2 -- services/upsdrvctl/run | 2 -- services/upsmon/run | 2 -- 11 files changed, 16 deletions(-) diff --git a/services/avahi-daemon/run b/services/avahi-daemon/run index ba08e8e..6b78be2 100755 --- a/services/avahi-daemon/run +++ b/services/avahi-daemon/run @@ -1,4 +1,3 @@ #!/bin/sh sv check dbus >/dev/null || exit 1 -echo "Starting avahi..." exec avahi-daemon -s diff --git a/services/dbus/run b/services/dbus/run index 14da8d2..6226783 100755 --- a/services/dbus/run +++ b/services/dbus/run @@ -1,4 +1,3 @@ #!/bin/sh [ ! -d /run/dbus ] && install -m755 -g 22 -o 22 -d /run/dbus -echo "Starting dbus..." exec dbus-daemon --system --nofork diff --git a/services/dcron/run b/services/dcron/run index bd889e7..33d1c52 100755 --- a/services/dcron/run +++ b/services/dcron/run @@ -1,3 +1,2 @@ #!/bin/sh -echo "Starting dcron..." exec crond -f 2>&1 diff --git a/services/dhcpcd/run b/services/dhcpcd/run index 3949484..f1ac8b4 100755 --- a/services/dhcpcd/run +++ b/services/dhcpcd/run @@ -1,3 +1,2 @@ #!/bin/sh -echo "Starting dhcpcd..." exec /usr/sbin/dhcpcd -q -B 2>&1 diff --git a/services/dropbear/run b/services/dropbear/run index ffdbee4..f639771 100755 --- a/services/dropbear/run +++ b/services/dropbear/run @@ -1,4 +1,2 @@ #!/bin/sh - -echo "Starting dropbear..." exec /usr/bin/dropbear -F -R diff --git a/services/ntpd/run b/services/ntpd/run index 35044d5..772b123 100755 --- a/services/ntpd/run +++ b/services/ntpd/run @@ -1,3 +1,2 @@ #!/bin/sh -echo "Starting ntpd..." exec ntpd -g -u ntpd:ntpd -n diff --git a/services/rsyslogd/run b/services/rsyslogd/run index 9ae41ef..30d94a8 100755 --- a/services/rsyslogd/run +++ b/services/rsyslogd/run @@ -1,3 +1,2 @@ #!/bin/sh -echo "Starting rsyslogd..." exec rsyslogd -n diff --git a/services/sshd/run b/services/sshd/run index 06f36ea..2af79da 100755 --- a/services/sshd/run +++ b/services/sshd/run @@ -1,5 +1,3 @@ #!/bin/sh - -echo "Starting sshd..." /usr/bin/ssh-keygen -A # Will generate host keys if they don't already exist exec /usr/sbin/sshd -D diff --git a/services/upsd/run b/services/upsd/run index ee0f8d6..78a4dca 100755 --- a/services/upsd/run +++ b/services/upsd/run @@ -1,6 +1,4 @@ #!/bin/sh # Network UPS Tools - information server - -echo "Starting upsmon..." # upsmon will run in the foreground and prints information on stdout exec /usr/bin/upsd -D diff --git a/services/upsdrvctl/run b/services/upsdrvctl/run index a260c3a..d713277 100755 --- a/services/upsdrvctl/run +++ b/services/upsdrvctl/run @@ -1,5 +1,3 @@ #!/bin/sh # Network UPS Tools - driver controller - -echo "Starting upsdrvctl..." exec /usr/bin/upsdrvctl -D start diff --git a/services/upsmon/run b/services/upsmon/run index f60673a..6cad953 100755 --- a/services/upsmon/run +++ b/services/upsmon/run @@ -1,6 +1,4 @@ #!/bin/sh # Network UPS Tools - monitor and shutdown controller - -echo "Starting upsmon..." # upsmon will run in the foreground and prints information on stdout exec /usr/bin/upsmon -D -- cgit 1.4.1