]> git.pld-linux.org Git - packages/dftpd.git/commitdiff
- raw spec.
authorkloczek <kloczek@pld-linux.org>
Wed, 27 Oct 1999 02:09:37 +0000 (02:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dftpd.spec -> 1.1

dftpd.spec [new file with mode: 0644]

diff --git a/dftpd.spec b/dftpd.spec
new file mode 100644 (file)
index 0000000..522c9e2
--- /dev/null
@@ -0,0 +1,35 @@
+Summary: standalone ftp server
+Name: dftpd
+Version: 1.3
+Release: 1
+Copyright: GPL
+Source: dftpd-1.3.tar.gz
+Group: Networking/Daemons
+
+%description
+A versatile, easily configurable ftp server featuring web
+based administration. Requires no modifications to system
+configuration files.
+
+%build
+make
+
+%install
+make install
+
+%files
+%doc README CHANGES TODO BUGS COPYING
+/usr/local/dftpd
+%dir /etc/dftpd
+%dir /etc/dftpd/sview
+/etc/dftpd/plugins
+%config /etc/dftpd/dftpd.conf
+%config /etc/dftpd/passwd.dftp
+%config /etc/dftpd/group.dftp
+
+%post
+touch /etc/dftpd/utmp.dftp
+chmod 0640 /etc/dftpd/utmp.dftp
+
+%preun
+rm -f /etc/dftpd/utmp.dftp
This page took 0.067779 seconds and 4 git commands to generate.