diff options
author | Lennart Poettering <lennart@poettering.net> | 2011-06-15 15:54:50 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2011-06-15 15:54:50 +0200 |
commit | 835c60f50c861bce2c4bbcd35d51307a5443b5cf (patch) | |
tree | 3ea5635c96b7296c264197be8efea1ce4f39eea7 /Makefile.am | |
parent | 1365b53ff9a53c94c88bbf4ec5e5782edb75e663 (diff) |
build-sys: local-fs, remote-fs and swap are active anyway when user sessions are created, there is no point in having these units known in sessions
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index ded325a576..7ca0ae858f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -342,7 +342,6 @@ dist_userunit_DATA = \ units/user/exit.target nodist_userunit_DATA = \ - units/user/remote-fs.target \ units/user/exit.service EXTRA_DIST = \ @@ -1387,11 +1386,9 @@ endif $(LN_S) ../var-run.mount var-run.mount && \ $(LN_S) ../media.mount media.mount ) ( cd $(DESTDIR)$(userunitdir) && \ - rm -f shutdown.target sockets.target local-fs.target swap.target bluetooth.target printer.target sound.target && \ + rm -f shutdown.target sockets.target bluetooth.target printer.target sound.target && \ $(LN_S) $(systemunitdir)/shutdown.target shutdown.target && \ $(LN_S) $(systemunitdir)/sockets.target sockets.target && \ - $(LN_S) $(systemunitdir)/local-fs.target local-fs.target && \ - $(LN_S) $(systemunitdir)/swap.target swap.target && \ $(LN_S) $(systemunitdir)/bluetooth.target bluetooth.target && \ $(LN_S) $(systemunitdir)/printer.target printer.target && \ $(LN_S) $(systemunitdir)/sound.target sound.target ) |