summaryrefslogtreecommitdiff
path: root/src/start-stop-daemon.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-09-24 12:11:50 +0000
committerRoy Marples <roy@marples.name>2007-09-24 12:11:50 +0000
commitda90cc630ee7ea777485c1da01686f1e44e6fa36 (patch)
treef0d3675d1af10df0717c1f87a0f4e0a2dcc1a67b /src/start-stop-daemon.c
parente95cea3d862f1bd41d74213ff2b4bbcd5f97afd0 (diff)
downloadopenrc-da90cc630ee7ea777485c1da01686f1e44e6fa36.tar.gz
openrc-da90cc630ee7ea777485c1da01686f1e44e6fa36.tar.bz2
openrc-da90cc630ee7ea777485c1da01686f1e44e6fa36.tar.xz
Remove debug lines
Diffstat (limited to 'src/start-stop-daemon.c')
-rw-r--r--src/start-stop-daemon.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/start-stop-daemon.c b/src/start-stop-daemon.c
index a234653..8c43a40 100644
--- a/src/start-stop-daemon.c
+++ b/src/start-stop-daemon.c
@@ -890,9 +890,6 @@ int start_stop_daemon (int argc, char **argv)
rc_strlist_add (&newenv, env);
}
- STRLIST_FOREACH (newenv, env, i)
- einfo ("env %s", env);
-
umask (022);
stdout_fd = devnull_fd;