summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-fs/autofs/files/autofs-5.0.6-make-piddir-specifiable-by-user.patch')
-rw-r--r--net-fs/autofs/files/autofs-5.0.6-make-piddir-specifiable-by-user.patch42
1 files changed, 0 insertions, 42 deletions
diff --git a/net-fs/autofs/files/autofs-5.0.6-make-piddir-specifiable-by-user.patch b/net-fs/autofs/files/autofs-5.0.6-make-piddir-specifiable-by-user.patch
deleted file mode 100644
index 32b5b79..0000000
--- a/net-fs/autofs/files/autofs-5.0.6-make-piddir-specifiable-by-user.patch
+++ /dev/null
@@ -1,42 +0,0 @@
-From 584468f3c8eb5574811b67cd4a3f0b8736a3d99c Mon Sep 17 00:00:00 2001
-From: Dustin Polke <dustin.polke@uni-siegen.de>
-Date: Thu, 15 Dec 2011 21:35:21 +0100
-Subject: [PATCH] autofs-5.0.6 - make piddir specifiable by user
-
-Let the user specify where to put pid files. This is helpful if /var/run
-and /run exist and the user wants to supersede the use of /run by
-/var/run.
----
- configure.in | 15 +++++++++++++++
- 1 files changed, 15 insertions(+), 0 deletions(-)
-
-diff --git a/configure.in b/configure.in
-index 05ee67f..d2cd73a 100644
---- a/configure.in
-+++ b/configure.in
-@@ -43,7 +43,22 @@ AF_LINUX_PROCFS()
- #
- AF_INIT_D()
- AC_SUBST(initdir)
-+
-+#
-+# Location of pid file directory?
-+#
- AF_PID_D()
-+AC_ARG_WITH(piddir,
-+[ --with-piddir=DIR use DIR for autofs pid file directory],
-+ if test -z "$withval" -o "$withval" = "yes" -o "$withval" = "no"
-+ then
-+ :
-+ else
-+ piddir="${withval}"
-+ fi
-+)
-+AC_MSG_CHECKING([for autofs pid file directory])
-+AC_MSG_RESULT([$piddir])
- AC_SUBST(piddir)
-
- #
---
-1.7.3.4
-