[systemd-devel] [PATCH] systemd.pc: change 'session' to 'user'

Jesse Zhang zh.jesse at gmail.com
Fri Dec 10 00:00:49 PST 2010


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>
---
 systemd.pc.in |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

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
-- 
1.7.3.1


More information about the systemd-devel mailing list