[systemd-commits] systemd.pc.in

Kay Sievers kay at kemper.freedesktop.org
Fri Dec 10 01:23:18 PST 2010


 systemd.pc.in |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit 8a9ef77c02321a2fb005e942d3cdab426fd9d9ac
Author: Jesse Zhang <zh.jesse at gmail.com>
Date:   Fri Dec 10 16:00:49 2010 +0800

    systemd.pc: change 'session' to 'user'
    
    commit af2d49f ("drop support for MANAGER_SESSION, introduce
    MANAGER_USER instead") forgot to update systemd.pc.
    
    Signed-off-by: Jesse Zhang <zh.jesse at gmail.com>

diff --git a/systemd.pc.in b/systemd.pc.in
index b5230f6..2049913 100644
--- a/systemd.pc.in
+++ b/systemd.pc.in
@@ -8,9 +8,9 @@
 prefix=@prefix@
 exec_prefix=${prefix}
 systemdsystemunitdir=@systemunitdir@
-systemdsessionunitdir=@pkgdatadir@/session
+systemduserunitdir=@pkgdatadir@/user
 systemdsystemconfdir=@pkgsysconfdir@/system
-systemdsessionconfdir=@pkgsysconfdir@/session
+systemduserconfdir=@pkgsysconfdir@/user
 
 Name: systemd
 Description: systemd System and Service Manager



More information about the systemd-commits mailing list