X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=betaftpd.spec;h=9e2dcfece61678be81b90f79d052e6e00179aa01;hb=f0c7394d9bdae7e980847003f2da6dcc3d2ad96c;hp=d400337737375043374be8689a4a174790d0be16;hpb=3e869532302f00debbf956e55aa136e2be7aa834;p=betaftpd diff --git a/betaftpd.spec b/betaftpd.spec index d400337..9e2dcfe 100644 --- a/betaftpd.spec +++ b/betaftpd.spec @@ -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 +- gave --with-linux-sendfile to configure (see main ChangeLog for rationale) + * Thu Aug 17 2000 Steinar H. Gunderson - 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 - included file with BetaFTPD distribution