Loading libcgroup/cgconfig.rc +1 −4 Original line number Diff line number Diff line Loading @@ -11,10 +11,7 @@ create_default_groups() { local defaultcgroup if [[ -f /etc/cgrules.conf ]]; then grep -m1 '^\*[[:space:]]\+' /etc/cgrules.conf | read user ctrl defaultcgroup if [[ -n "$defaultcgroup" && "$defaultcgroup" = "*" ]]; then defaultcgroup= fi defaultcgroup=$(grep -m1 '^\*[[:space:]]\+' /etc/cgrules.conf|awk '{print $3}') fi if [[ -z $defaultcgroup ]]; then Loading Loading
libcgroup/cgconfig.rc +1 −4 Original line number Diff line number Diff line Loading @@ -11,10 +11,7 @@ create_default_groups() { local defaultcgroup if [[ -f /etc/cgrules.conf ]]; then grep -m1 '^\*[[:space:]]\+' /etc/cgrules.conf | read user ctrl defaultcgroup if [[ -n "$defaultcgroup" && "$defaultcgroup" = "*" ]]; then defaultcgroup= fi defaultcgroup=$(grep -m1 '^\*[[:space:]]\+' /etc/cgrules.conf|awk '{print $3}') fi if [[ -z $defaultcgroup ]]; then Loading