From b1772b15bfa7c53e474bb6ba2c70fe59c0faf9ac Mon Sep 17 00:00:00 2001 From: Mark Hymers Date: Thu, 9 Aug 2001 16:43:10 +0000 Subject: change ch7 echo commands to use full path git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@953 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter07/setclock.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chapter07/setclock.xml') diff --git a/chapter07/setclock.xml b/chapter07/setclock.xml index 848485d55..917295bf3 100644 --- a/chapter07/setclock.xml +++ b/chapter07/setclock.xml @@ -18,7 +18,7 @@ changed to the value of 1. Create the /etc/init.d/setclock script by running the following command: -cat > setclock << "EOF" +cat > /etc/init.d/setclock << "EOF" #!/bin/sh # Begin /etc/init.d/setclock -- cgit v1.2.3-54-g00ecf