]> git.pld-linux.org Git - packages/autofs.git/commitdiff
- make sure autofs starts after nss ldapd daemon
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 16 Jun 2014 09:59:05 +0000 (11:59 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 16 Jun 2014 09:59:05 +0000 (11:59 +0200)
autofs-systemd-service.patch [new file with mode: 0644]
autofs.spec

diff --git a/autofs-systemd-service.patch b/autofs-systemd-service.patch
new file mode 100644 (file)
index 0000000..8f869e6
--- /dev/null
@@ -0,0 +1,10 @@
+--- autofs-5.1.0/samples/autofs.service.in~    2014-06-04 09:37:01.000000000 +0200
++++ autofs-5.1.0/samples/autofs.service.in     2014-06-16 11:54:10.692427301 +0200
+@@ -1,6 +1,6 @@
+ [Unit]
+ Description=Automounts filesystems on demand
+-After=network.target ypbind.service sssd.service
++After=network.target ypbind.service sssd.service nslcd.service
+ [Service]
+ Type=forking
index f6609ac1f1f36b07b07d41f879fed0734244b8c1..f34bb68c7f72eff56da5db0d95a4e822526f362d 100644 (file)
@@ -26,6 +26,7 @@ Source4:      %{name}-auto.net
 Source5:       %{name}.sysconfig
 Patch0:                %{name}-open_max.patch
 Patch1:                %{name}-makefile.patch
 Source5:       %{name}.sysconfig
 Patch0:                %{name}-open_max.patch
 Patch1:                %{name}-makefile.patch
+Patch2:                %{name}-systemd-service.patch
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bind-devel
 BuildRequires: autoconf
 BuildRequires: automake
 BuildRequires: bind-devel
@@ -106,6 +107,7 @@ trzymanych na serwerze LDAP.
 %setup -q
 %patch0 -p1
 %patch1 -p1
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__autoconf}
 
 %build
 %{__autoconf}
This page took 0.089495 seconds and 4 git commands to generate.