Skip to content

Commit

Permalink
Merge branch 'master' of git+ssh://git.overlays.gentoo.org/proj/openrc
Browse files Browse the repository at this point in the history
  • Loading branch information
robbat2 committed Jun 24, 2013
2 parents 29f0f55 + 02a7d35 commit ccb8c58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions sh/cgroup-release-agent.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@

cgroup=/sys/fs/cgroup/openrc
PATH=/bin:/usr/bin:/sbin:/usr/sbin
if [ -d ${cgroup}/$1 ]; then
rmdir ${cgroup}/$1
if [ -d ${cgroup}/"$1" ]; then
rmdir ${cgroup}/"$1"
fi
2 changes: 1 addition & 1 deletion sh/rc-cgroup.sh.in
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ cgroup_cleanup()
cgroup_get_pids || { eend 0 "finished" ; return 0 ; }
sleep 1
done
done
done 2>/dev/null
done
cgroup_get_pids || { eend 0 "finished" ; return 0; }
kill -9 $pids
Expand Down

0 comments on commit ccb8c58

Please sign in to comment.