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