diff options
author | Jesse Zhang <zh.jesse@gmail.com> | 2010-12-10 16:00:49 +0800 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2010-12-10 10:23:07 +0100 |
commit | 8a9ef77c02321a2fb005e942d3cdab426fd9d9ac (patch) | |
tree | 2377066e70a8de9b577732da481acb4ddc494ca1 | |
parent | 0b603b4e76968448c15d726ebf43238210d3d742 (diff) |
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@gmail.com>
-rw-r--r-- | systemd.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/systemd.pc.in b/systemd.pc.in index b5230f6bf9..204991309b 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 |