git: rc: Fix startup scripts when command_interpreter is used

看板DFBSD_commit作者時間15年前 (2010/09/21 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit dc1d15486ee9b3421473f9b4f1c56eb5fde693f0 Author: Michael Neumann <mneumann@ntecs.de> Date: Mon Sep 20 15:27:03 2010 +0200 rc: Fix startup scripts when command_interpreter is used Correct the behaviour when using command_interpreter in rc.d scripts where the proctitle of ps does not include the full interpreter path, but for example just "perl: ..." instead of "/usr/pkg/bin/perl -flags ...". With this patch, the /etc/rc.d/postgrey stop/status script of pkgsrc package mail/postgrey works. Other packages seem to not use command_interpreter at all. Summary of changes: etc/rc.subr | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/dc1d15486ee9b3421473f9b4f1c56eb5fde693f0 -- DragonFly BSD source repository
文章代碼(AID): #1Cbw5h-x (DFBSD_commit)