projects
/
mirror
/
dsa-puppet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
308848d
)
Add puppet boilerplate comment to rc.local
author
Peter Palfrader
<peter@palfrader.org>
Thu, 21 Oct 2010 08:52:39 +0000
(10:52 +0200)
committer
Peter Palfrader
<peter@palfrader.org>
Thu, 21 Oct 2010 08:52:39 +0000
(10:52 +0200)
modules/debian-org/files/rc.local
patch
|
blob
|
history
diff --git
a/modules/debian-org/files/rc.local
b/modules/debian-org/files/rc.local
index
4d8738d
..
c43038a
100755
(executable)
--- 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