Changeset 714 for trunk/daemon/src/set.c
- Timestamp:
- 03/08/10 19:49:12 (2 years ago)
- Files:
-
- 1 modified
-
trunk/daemon/src/set.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/src/set.c
r712 r714 727 727 728 728 //try to apply the new limits directly 729 sconcat(filepath, BUF_SIZE, "/dev/cgroup/", name, cgroup_params[i], NULL);729 sconcat(filepath, BUF_SIZE, global_settings.cgroupdir, name, cgroup_params[i], NULL); 730 730 if(file_exist(filepath)) 731 731 {
