about summary refs log tree commit diff
path: root/services
diff options
context:
space:
mode:
authorJuan RP <xtraeme@gmail.com>2014-05-04 12:37:44 +0200
committerJuan RP <xtraeme@gmail.com>2014-05-04 12:37:44 +0200
commit10b109b274862aeb90a8e280379809f04f4da77d (patch)
tree2eafb89cc83324b303cc4858142ac90fc9f82457 /services
parent2120460db53ce06b539d8890c7b7418ff133b7c6 (diff)
downloadrunit-void-10b109b274862aeb90a8e280379809f04f4da77d.tar.gz
runit-void-10b109b274862aeb90a8e280379809f04f4da77d.tar.xz
runit-void-10b109b274862aeb90a8e280379809f04f4da77d.zip
services: stop printing messages, not really useful.
Diffstat (limited to 'services')
-rwxr-xr-xservices/avahi-daemon/run1
-rwxr-xr-xservices/dbus/run1
-rwxr-xr-xservices/dcron/run1
-rwxr-xr-xservices/dhcpcd/run1
-rwxr-xr-xservices/dropbear/run2
-rwxr-xr-xservices/ntpd/run1
-rwxr-xr-xservices/rsyslogd/run1
-rwxr-xr-xservices/sshd/run2
-rwxr-xr-xservices/upsd/run2
-rwxr-xr-xservices/upsdrvctl/run2
-rwxr-xr-xservices/upsmon/run2
11 files changed, 0 insertions, 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