#!/bin/sh
mv /etc/rc.d/init.d/x11.old /etc/rc.d/init.d/x11 2>/dev/null
echo done.
