[Pkg-samba-maint] r2138 - trunk/samba/debian

vorlon at alioth.debian.org vorlon at alioth.debian.org
Fri Aug 22 22:23:31 UTC 2008


Author: vorlon
Date: 2008-08-22 22:23:31 +0000 (Fri, 22 Aug 2008)
New Revision: 2138

Modified:
   trunk/samba/debian/rules
Log:
really move cifs.upcall to /usr/sbin

Modified: trunk/samba/debian/rules
===================================================================
--- trunk/samba/debian/rules	2008-08-22 21:44:32 UTC (rev 2137)
+++ trunk/samba/debian/rules	2008-08-22 22:23:31 UTC (rev 2138)
@@ -133,6 +133,10 @@
 
 	$(MAKE) -C source install DESTDIR=$(DESTDIR)
 
+	# doesn't belong in /sbin; will be fixed upstream, in the meantime
+	# install it in the right place so that we're future-proofed
+	mv $(DESTDIR)/sbin/cifs.upcall $(DESTDIR)/usr/sbin/cifs.upcall
+
 #	mv $(DESTDIR)/usr/lib/samba/libsmbclient.so $(DESTDIR)/usr/lib/samba/libsmbclient.so.0
 #	ln -s libsmbclient.so.0 $(DESTDIR)/usr/lib/samba/libsmbclient.so
 




More information about the Pkg-samba-maint mailing list