[systemd-commits] 2 commits - configure.ac Makefile.am man/systemctl.xml

Lennart Poettering lennart at kemper.freedesktop.org
Thu Sep 2 20:39:30 PDT 2010


 Makefile.am       |    2 +-
 configure.ac      |    2 +-
 man/systemctl.xml |   14 +++++++-------
 3 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 53eff0c762c3d351ccfca63d01dbed1aaf9444b5
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Sep 3 05:39:22 2010 +0200

    build-sys: fix fedpkg git path

diff --git a/Makefile.am b/Makefile.am
index ed37278..d93442a 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -968,7 +968,7 @@ DISTCHECK_CONFIGURE_FLAGS = \
 	--with-rootdir=$$dc_install_base/$(rootdir)
 
 upload: all distcheck
-	cp -v systemd-$(VERSION).tar.bz2 /home/lennart/cvs.fedora/systemd/devel/
+	cp -v systemd-$(VERSION).tar.bz2 /home/lennart/git.fedora/systemd/
 	scp systemd-$(VERSION).tar.bz2 fdo:/srv/www.freedesktop.org/www/software/systemd/
 	scp man/*.html tango:public/systemd-man/
 
commit a9c72fe933efc9c77580fb4d7212e00f7a690c36
Author: Lennart Poettering <lennart at poettering.net>
Date:   Fri Sep 3 04:51:02 2010 +0200

    build-sys: prepare new release

diff --git a/configure.ac b/configure.ac
index 3905e49..8d0da43 100644
--- a/configure.ac
+++ b/configure.ac
@@ -17,7 +17,7 @@
 
 AC_PREREQ(2.63)
 
-AC_INIT([systemd],[8],[systemd-devel at lists.freedesktop.org])
+AC_INIT([systemd],[9],[systemd-devel at lists.freedesktop.org])
 AC_CONFIG_SRCDIR([src/main.c])
 AC_CONFIG_MACRO_DIR([m4])
 AC_CONFIG_HEADERS([config.h])
diff --git a/man/systemctl.xml b/man/systemctl.xml
index 6359872..88bc48f 100644
--- a/man/systemctl.xml
+++ b/man/systemctl.xml
@@ -155,13 +155,13 @@
                         <varlistentry>
                                 <term><option>--no-block</option></term>
 
-				<listitem><para>Do not synchronously wait for
-				the requested operation to finish. If this is
-				not specified the job will be verified,
-				enqueued and <command>systemctl</command> will
-				wait until it is completed. By passing this
-				argument it is only verified and
-				enqueued.</para></listitem> </varlistentry>
+                                <listitem><para>Do not synchronously wait for
+                                the requested operation to finish. If this is
+                                not specified the job will be verified,
+                                enqueued and <command>systemctl</command> will
+                                wait until it is completed. By passing this
+                                argument it is only verified and
+                                enqueued.</para></listitem> </varlistentry>
 
                         <varlistentry>
                                 <term><option>--system</option></term>


More information about the systemd-commits mailing list