Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-12:Update
sysvinit
mkinitrd-kill2.sh
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File mkinitrd-kill2.sh of Package sysvinit
#!/bin/bash # #%stage: setup #%depends: killblogd #%provides: killprogs # #%programs: kill #%programs: umount #%programs: usleep #%dontshow # ##### blogd end2 ## ## Really kill blogd this time. ## ## Command line parameters ## ----------------------- ## if test -n "$blogd_pid" ; then kill -QUIT "$blogd_pid" typeset -i bquit=50 while test -d "/proc/$blogd_pid" ; do usleep 30000 if ((bquit-- <= 0)) ; then kill -KILL "$blogd_pid" break fi done unset bquit blogd_pid if test "$devpts" = "yes" ; then umount -t devpts /dev/pts fi fi
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor