View Single Post
Posts: 197 | Thanked: 145 times | Joined on Dec 2011 @ Dubai, U.A.E.
#1299
It required re enabling.. So done with this command:

Disable all openrepos with this snippet as root

for i in $(ssu lr 2>&1 | grep openre | cut -d" " -f3); do ssu dr $i ; done

To Re-enable

for i in $(ssu lr 2>&1 | grep openre | cut -d" " -f3); do ssu er $i ; done