rpms/udev/devel start_udev,1.38,1.39

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Aug 4 09:01:35 UTC 2005


Author: harald

Update of /cvs/dist/rpms/udev/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv30716

Modified Files:
	start_udev 
Log Message:
fixed typo bz #138509


Index: start_udev
===================================================================
RCS file: /cvs/dist/rpms/udev/devel/start_udev,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- start_udev	2 Aug 2005 16:46:33 -0000	1.38
+++ start_udev	4 Aug 2005 09:01:10 -0000	1.39
@@ -190,7 +190,7 @@
 ret=0
 STRING=$"Starting $prog: "
 # propagate $udev_root from /sys
-echo -n "$STRING "
+echo -n $STRING
 
 # mount the tmpfs on ${udev_root%/}, if not already done
 LANG=C awk "\$2 == \"${udev_root%/}\" && \$3 == \"tmpfs\" { exit 1 }" /proc/mounts && {




More information about the fedora-cvs-commits mailing list