summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-07 23:23:31 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-07 23:23:31 +0000
commit1d739731b20a5dd10a190d783556d5c5a0275137 (patch)
treefaaa554a9dae6491152c9b7018109a33a5e206bb /examples
parent3ba696de8829399ba9ade3712d00a8c6adc4667e (diff)
downloadpuppet-1d739731b20a5dd10a190d783556d5c5a0275137.tar.gz
puppet-1d739731b20a5dd10a190d783556d5c5a0275137.tar.xz
puppet-1d739731b20a5dd10a190d783556d5c5a0275137.zip
Merging in refactoring from version 774 into version 784
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@785 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/root/etc/init.d/sleeper3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/root/etc/init.d/sleeper b/examples/root/etc/init.d/sleeper
index e7f5d3e30..121d19940 100755
--- a/examples/root/etc/init.d/sleeper
+++ b/examples/root/etc/init.d/sleeper
@@ -15,7 +15,8 @@ fi
function start
{
- sleeper
+ cd $path
+ ./sleeper
}
function stop