From 12452ee9ca294563f2e2724ff36f179004f9846f Mon Sep 17 00:00:00 2001 From: luke Date: Mon, 14 Aug 2006 06:21:03 +0000 Subject: Merging r1468 from the implementations branch with r1438 from when the branch was first created. git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1469 980ebf18-57e1-0310-9a29-db15c13687c0 --- examples/root/etc/init.d/sleeper | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/root') diff --git a/examples/root/etc/init.d/sleeper b/examples/root/etc/init.d/sleeper index 121d19940..a4e28a2fb 100755 --- a/examples/root/etc/init.d/sleeper +++ b/examples/root/etc/init.d/sleeper @@ -7,7 +7,7 @@ path=`echo $script | sed 's/etc..*/bin/'` PATH=$PATH:$path -ps=`facter ps | cut -d ' ' -f3-` +ps=`facter ps` if [ -z "$ps" ]; then ps="ps -ef" -- cgit