diff options
Diffstat (limited to 'sys-apps/busybox/files/klogd.initd')
-rw-r--r-- | sys-apps/busybox/files/klogd.initd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-apps/busybox/files/klogd.initd b/sys-apps/busybox/files/klogd.initd index af35df5e..5c816e69 100644 --- a/sys-apps/busybox/files/klogd.initd +++ b/sys-apps/busybox/files/klogd.initd @@ -1,7 +1,6 @@ #!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id: 99f5f7b05467c66866f30f25dc64a30803128938 $ command="/bin/busybox klogd" command_args="${KLOGD_OPTS}" |