source: flair-src/trunk/scripts/ubuntu_cgroup_hack.sh@ 474

Last change on this file since 474 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
RevLine 
[469]1#!/bin/bash
[306]2
[469]3function red_echo () {
4 echo -e "\033[33m$1\033[0m"
5}
[306]6
7
[469]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.