From f4c21d94fe37f1daff1b0763d33c79693c62544a Mon Sep 17 00:00:00 2001 From: kueller Date: Mon, 11 Oct 2010 09:37:12 +0000 Subject: [PATCH] =?UTF-8?q?pgrep=20landet=20jetzt=20in=20/bin/pgrep,=20da?= =?UTF-8?q?=20es=20von=20/etc/init/mountfs.conf=20ben=C3=B6tigt=20wird.=20?= =?UTF-8?q?Zu=20Kompatiblit=C3=A4t=20gibts=20einen=20link=20in=20/usr/bin?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.compuextreme.de/Viitor/V962/ViitorMake@5836 504e572c-2e33-0410-9681-be2bf7408885 --- BaseBuild/Basesys/procps | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BaseBuild/Basesys/procps b/BaseBuild/Basesys/procps index cdf81ea..f82405d 100644 --- a/BaseBuild/Basesys/procps +++ b/BaseBuild/Basesys/procps @@ -95,4 +95,6 @@ postmk() { ln kill snice cd ../usr/bin rm skill snice + mv $TMPROOT/usr/bin/pgrep $TMPROOT/bin + ln -s /bin/pgrep $TMPROOT/usr/bin/pgrep }