diff options
author | Andrey Borzenkov <arvidjaar@gmail.com> | 2011-03-18 19:12:58 +0300 |
---|---|---|
committer | Andrey Borzenkov <arvidjaar@gmail.com> | 2011-03-18 19:12:58 +0300 |
commit | 0c380104cfc52b69ab39737722e8e91fbad6c676 (patch) | |
tree | 7920a94b9114dd564f143dbde1e5acdd17f72dd1 /Makefile.am | |
parent | 9700edb4e836f95815ee3237e5bc8d224b5014d7 (diff) |
mount: pull in quota services from local mountpoints with usr/grpquota options
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am index 371cc562e9..8df636f39c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1327,10 +1327,6 @@ install-data-hook: $(LN_S) $(systemunitdir)/getty@.service getty@tty4.service && \ $(LN_S) $(systemunitdir)/getty@.service getty@tty5.service && \ $(LN_S) $(systemunitdir)/getty@.service getty@tty6.service ) - ( cd $(DESTDIR)$(pkgsysconfdir)/system/local-fs.target.wants && \ - rm -f quotaon.service quotacheck.service && \ - $(LN_S) $(systemunitdir)/quotacheck.service quotacheck.service && \ - $(LN_S) $(systemunitdir)/quotaon.service quotaon.service ) ( cd $(DESTDIR)$(pkgsysconfdir)/system/multi-user.target.wants && \ rm -f remote-fs.target && \ $(LN_S) $(systemunitdir)/remote-fs.target remote-fs.target ) |