[Pkg-xen-changes] r118 - trunk/xen-3.0/debian

Julien Danjou acid at costa.debian.org
Thu Mar 16 14:28:27 UTC 2006


Author: acid
Date: 2006-03-16 14:28:26 +0000 (Thu, 16 Mar 2006)
New Revision: 118

Modified:
   trunk/xen-3.0/debian/xen-utils-3.0.postinst
Log:
- fix typo


Modified: trunk/xen-3.0/debian/xen-utils-3.0.postinst
===================================================================
--- trunk/xen-3.0/debian/xen-utils-3.0.postinst	2006-03-16 14:27:29 UTC (rev 117)
+++ trunk/xen-3.0/debian/xen-utils-3.0.postinst	2006-03-16 14:28:26 UTC (rev 118)
@@ -6,7 +6,7 @@
 configure)
 	# Set up udev rules symlink
 	L="/etc/udev/rules.d/z60_xen-backend.rules"
-	[ ! -z "$2"] || [ -e "$L" ] || [ -L "$L" ] || ln -s ../xen-backend.rules "$L"
+	[ ! -z "$2" ] || [ -e "$L" ] || [ -L "$L" ] || ln -s ../xen-backend.rules "$L"
 
 	XENSTORED_DIR="/var/lib/xenstored"
 	[ ! -d "${XENSTORED_DIR}" ] && install -d -m 0700 "${XENSTORED_DIR}" 




More information about the Pkg-xen-changes mailing list