source: flair-src/tags/latest/scripts/ubuntu_cgroup_hack.sh

Last change on this file was 469, checked in by Sanahuja Guillaume, 2 years ago

change all scripts to remove call to distribution_specific_hack, which is no longer necessary

File size: 294 bytes
Line 
1#!/bin/bash
2
3function red_echo () {
4 echo -e "\033[33m$1\033[0m"
5}
6
7
8red_echo "Calling ubuntu_cgroup_hack.sh is no longer necessary; this script now does nothing"
9red_echo "If you encounter problems running your program, call the ubuntu_cgroup_hack_compat.sh script and warn a Flair developer"
Note: See TracBrowser for help on using the repository browser.