From 1807beac961d9bb790e5f5dd2fcbf11d22d6b0b6 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Thu, 15 Mar 2012 11:04:18 +0100 Subject: [PATCH] runit: employed chpst -P (pgrphack) to run getties in new process groups. --- base/runit/runit.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/runit/runit.conf b/base/runit/runit.conf index 201cfac70..2f70f6fce 100644 --- a/base/runit/runit.conf +++ b/base/runit/runit.conf @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../runit/runit.conf -# Copyright (C) 2008 - 2010 The OpenSDE Project +# Copyright (C) 2008 - 2012 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -63,7 +63,7 @@ if [ "$SDECFG_INIT" == "runit" ]; then fi cat << EOT > $root/$sysconfdir/getty-${i#vc/}/run #!/bin/sh -exec /sbin/agetty $agettyargs $speed $i linux +exec /sbin/chpst -P /sbin/agetty $agettyargs $speed $i linux EOT cat << EOT > $root/$sysconfdir/getty-${i#vc/}/finish #!/bin/sh