[Ovirt-devel] [PATCH] A few specfile tweaks

Ian Main imain at redhat.com
Fri May 2 03:39:10 UTC 2008


D'oh, need this too..  Consider it an addendum :)

diff --git a/wui-appliance/common-post.ks b/wui-appliance/common-post.ks
index 3bd6b4d..d50436a 100644
--- a/wui-appliance/common-post.ks
+++ b/wui-appliance/common-post.ks
@@ -34,7 +34,7 @@ cat > /etc/init.d/ovirt-wui-first-run << \EOF
 start() {
 	echo -n "Starting ovirt-wui-first-run: "
 
-	/usr/bin/ovirt-wui-install > /var/log/ovirt-wui-first-run.log 2>&1
+	/usr/sbin/ovirt-wui-install > /var/log/ovirt-wui-first-run.log 2>&1
 
 	RETVAL=$?
 	if [ $RETVAL -eq 0 ]; then




More information about the ovirt-devel mailing list