williamh    14/11/13 19:07:30

  Added:                2-2.1.2 run.getty-2.1.2 3-2.1.2
  Log:
  version bump for bug #522786
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0x30C46538)

Revision  Changes    Path
1.1                  sys-process/runit/files/2-2.1.2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/files/2-2.1.2?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/files/2-2.1.2?rev=1.1&content-type=text/plain

Index: 2-2.1.2
===================================================================
#!/bin/sh

PATH=/command:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin

exec env - PATH=$PATH \
runsvdir /etc/service 'log: 
...........................................................................................................................................................................................................................................................................................................................................................................................................'



1.1                  sys-process/runit/files/run.getty-2.1.2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/files/run.getty-2.1.2?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/files/run.getty-2.1.2?rev=1.1&content-type=text/plain

Index: run.getty-2.1.2
===================================================================
#!/bin/sh
exec /usr/bin/chpst -P /sbin/agetty 38400 TTY linux



1.1                  sys-process/runit/files/3-2.1.2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/files/3-2.1.2?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/files/3-2.1.2?rev=1.1&content-type=text/plain

Index: 3-2.1.2
===================================================================
#!/bin/sh
exec >/dev/console 2>&1
PATH=/sbin:/usr/sbin:/bin:/usr/bin

echo 'Waiting for getties to stop...'
sv -w 10 force-shutdown /etc/service/getty-*

echo 'Waiting for services to stop...'
sv -w 300 force-shutdown /etc/service/*

echo 'Shutdown...'
test -x /etc/runit/reboot && LAST=6    || LAST=0
test -x /etc/runit/reboot && RC=reboot || RC=shutdown
RUNLEVEL=$LAST /sbin/rc $RC




Reply via email to