[debian-edu-commits] debian-edu/ 04/07: all cfengine scripts need full path to all binaries.
Alexander Alemayhu
alexander at bitraf.no
Thu Aug 7 07:19:48 UTC 2014
This is an automated email from the git hooks/post-receive script.
ccscanf-guest pushed a commit to annotated tag 0.412.0.edu.etch.1+svn34863
in repository debian-edu-config.
commit 6d061c89fa96c526a43612965b5461bd207f4bcf
Author: Ronny Aasen <ronny at aasen.cx>
Date: Tue Jun 19 07:26:44 2007 +0000
all cfengine scripts need full path to all binaries.
---
cf/cfengine.conf | 2 +-
debian/changelog | 7 ++++---
2 files changed, 5 insertions(+), 4 deletions(-)
diff --git a/cf/cfengine.conf b/cf/cfengine.conf
index 24fdeac..f5d7fa7 100644
--- a/cf/cfengine.conf
+++ b/cf/cfengine.conf
@@ -50,7 +50,7 @@ control:
access = ( root ) # Who is allowed to run cfengine
sysadm = ( root ) # Name or mail alias to sysadm
editfilesize = ( 150000 ) # Max size on textfiles that can be edited
- ltsp_arch = ( ExecResult(if [ amd64 = $(/usr/bin/dpkg --print-architecture) ] ; then echo i386 ; else /usr/bin/dpkg --print-architecture ; fi) )
+ ltsp_arch = ( ExecResult(/bin/sh "if [ 'amd64' = $(/usr/bin/dpkg --print-architecture) ] ; then /bin/echo i386 ; else /usr/bin/dpkg --print-architecture ; fi") )
#
diff --git a/debian/changelog b/debian/changelog
index f222fda..4458d41 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-debian-edu-config (0.412.0.edu.etch.1+svn34758) terra; urgency=low
+debian-edu-config (0.412.0.edu.etch.1+svn34840) terra; urgency=low
- *
+ [ Ronny Aasen ]
+ * Fixed a bug in cfengine's ltsp_arch variable, that broke the installer.
- -- Petter Reinholdtsen <pere at debian.org> Sat, 16 Jun 2007 15:20:25 +0100
+ -- Ronny Aasen <ronny at skolelinux.org> Tue, 19 Jun 2007 09:19:57 +0200
debian-edu-config (0.412) unstable; urgency=low
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/debian-edu-config.git
More information about the debian-edu-commits
mailing list