From: Peter Palfrader Date: Thu, 21 Oct 2010 08:52:39 +0000 (+0200) Subject: Add puppet boilerplate comment to rc.local X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=8d2d638478f7117eff03f376b24212dd71d99209;p=mirror%2Fdsa-puppet.git Add puppet boilerplate comment to rc.local --- diff --git a/modules/debian-org/files/rc.local b/modules/debian-org/files/rc.local index 4d8738d4a..c43038af4 100755 --- a/modules/debian-org/files/rc.local +++ b/modules/debian-org/files/rc.local @@ -1,5 +1,10 @@ #!/bin/sh +## +## THIS FILE IS UNDER PUPPET CONTROL. DON'T EDIT IT HERE. +## USE: git clone git+ssh://$USER@puppet.debian.org/srv/puppet.debian.org/git/dsa-puppet.git +## + if [ -e /proc/sys/kernel/modules_disabled ]; then echo 1 > /proc/sys/kernel/modules_disabled || true fi