[Glibc-bsd-commits] r4442 - trunk/freebsd-quota/debian/patches

Guillem Jover guillem at alioth.debian.org
Fri May 17 19:16:04 UTC 2013


Author: guillem
Date: 2013-05-17 19:16:04 +0000 (Fri, 17 May 2013)
New Revision: 4442

Added:
   trunk/freebsd-quota/debian/patches/08_usr_sbin_quotaon.patch
Modified:
   trunk/freebsd-quota/debian/patches/series
Log:
Link quotaon against libbsd now that it uses bsd_getopt transparently


Added: trunk/freebsd-quota/debian/patches/08_usr_sbin_quotaon.patch
===================================================================
--- trunk/freebsd-quota/debian/patches/08_usr_sbin_quotaon.patch	                        (rev 0)
+++ trunk/freebsd-quota/debian/patches/08_usr_sbin_quotaon.patch	2013-05-17 19:16:04 UTC (rev 4442)
@@ -0,0 +1,15 @@
+---
+ usr.sbin/quotaon/Makefile |    2 ++
+ 1 file changed, 2 insertions(+)
+
+--- a/usr.sbin/quotaon/Makefile
++++ b/usr.sbin/quotaon/Makefile
+@@ -6,6 +6,8 @@ LINKS=	${BINDIR}/quotaon ${BINDIR}/quota
+ MAN=	quotaon.8
+ MLINKS=	quotaon.8 quotaoff.8
+ 
++LDADD= -lbsd
++
+ WARNS?=	4
+ 
+ .include <bsd.prog.mk>

Modified: trunk/freebsd-quota/debian/patches/series
===================================================================
--- trunk/freebsd-quota/debian/patches/series	2013-05-17 19:01:39 UTC (rev 4441)
+++ trunk/freebsd-quota/debian/patches/series	2013-05-17 19:16:04 UTC (rev 4442)
@@ -5,3 +5,4 @@
 05_libexec_rquotad.diff
 06_manpage_quotacheck.diff
 07_cdevname.diff
+08_usr_sbin_quotaon.patch




More information about the Glibc-bsd-commits mailing list