View | Details | Raw Unified | Return to ticket 2501
Collapse All | Expand All

(-)a/etc/cgroup.release_common.example.in (-2 / +1 lines)
Lines 24-30 get_mount_dir() Link Here
24
    elif X=$(grep -si -m1 "^CgroupMountpoint=" @sysconfdir@/cgroup.conf); then
24
    elif X=$(grep -si -m1 "^CgroupMountpoint=" @sysconfdir@/cgroup.conf); then
25
        echo $X | sed "s/.*=\(.*\)/\1\/${subsystem}/"
25
        echo $X | sed "s/.*=\(.*\)/\1\/${subsystem}/"
26
    else
26
    else
27
        echo "/cgroup/$subsystem"
27
        echo "/sys/fs/cgroup/$subsystem"
28
    fi
28
    fi
29
}
29
}
30
30
31
- 

Return to ticket 2501