]> git.sesse.net Git - betaftpd/blobdiff - betaftpd.spec
Added a notice about a (not yet fixed) dcache bug.
[betaftpd] / betaftpd.spec
index d400337737375043374be8689a4a174790d0be16..9e2dcfece61678be81b90f79d052e6e00179aa01 100644 (file)
@@ -21,24 +21,28 @@ easier for other programmers to contribute.
 %setup -q
 
 %build
-./configure --enable-xferlog --enable-ascii --enable-fork --enable-upload --enable-dcache --enable-message --enable-shadow
+./configure --enable-xferlog --enable-ascii --enable-fork --enable-upload --enable-dcache --enable-message --enable-shadow --with-linux-sendfile
 make
 
 %install
 rm -rf %{buildroot}
-mkdir -p %{buildroot}/usr/bin
-install -s -m 755 betaftpd %{buildroot}/usr/bin
+mkdir -p %{buildroot}/usr/sbin
+install -s -m 755 betaftpd %{buildroot}/usr/sbin
 
 %clean
 rm -rf %{buildroot}
 
 %files
-/usr/bin/betaftpd
+/usr/sbin/betaftpd
 
 %changelog
+* Wed Aug 30 2000 Steinar H. Gunderson <sgunderson@bigfoot.com>
+- gave --with-linux-sendfile to configure (see main ChangeLog for rationale)
+
 * Thu Aug 17 2000 Steinar H. Gunderson <sgunderson@bigfoot.com>
 - added some flags to configure that the average user would expect
 - increased version number again
+- moved executable from /usr/bin to /usr/sbin
 
 * Wed Aug 16 2000 Steinar H. Gunderson <sgunderson@bigfoot.com>
 - included file with BetaFTPD distribution