Gentoo Archives: gentoo-ppc-dev

From: Calum Selkirk <cselkirk@×××××.com>
To: gentooppc-dev@g.o
Subject: [gentooppc-dev] /etc/init.d/pmud
Date: Thu, 18 Jul 2002 20:20:57
Message-Id: 20020719011801.GC2881@panix.com
1 When running through the boot sequence pmud spits out all the daemon
2 messages (where a simple [ok] would surfice)
3
4 /etc/init.d/pmud start() stop() should prehaps read:
5
6 start-stop-daemon --start --quiet --exec /sbin/pmud -- $PMUD_FLAGS
7 >/dev/null 2>&1
8
9 start-stop-daemon --stop --quiet --exec /sbin/pmud >/dev/null 2>&1
10
11 reported as bug #5218
12
13 best
14
15 cal