123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- #
- # "$Id: newsd.list.in 150 2009-04-10 07:52:29Z mike $"
- #
- # ESP Package Manager (EPM) file list for Newsd.
- #
- # EPM can be found at "http://www.epmhome.org/".
- #
- # Copyright 2003-2009 Michael Sweet
- # Copyright 2002 Greg Ercolano
- #
- # This program is free software; you can redistribute it and/or modify
- # it under the terms of the GNU General Public Licensse as published by
- # the Free Software Foundation; either version 2 of the License, or
- # (at your option) any later version.
- #
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with this program; if not, write to the Free Software
- # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
- #
- %product Newsd
- %copyright 2002-2009 by Greg Ercolano and Michael Sweet
- %vendor Greg Ercolano and Michael Sweet
- %license LICENSE
- %readme README
- %version @VERSION@
- %description <<EOF
- Newsd is a standalone local NNTP news server for private newsgroup serving on a
- single server. It is useful for serving private newsgroup(s) to an intranet or
- the Internet and can act as a simple mail gateway, however it does not interface
- with other news servers and cannot manage distributed news feeds, i.e. Usenet
- news.
- EOF
- # Directories...
- $prefix=@prefix@
- $exec_prefix=@exec_prefix@
- $bindir=@bindir@
- $sbindir=@sbindir@
- $sysconfdir=@sysconfdir@
- $localstatedir=@localstatedir@
- $docdir=@docdir@
- $mandir=@mandir@
- $datarootdir=@datarootdir@
- $datadir=@datadir@
- $spooldir=@spooldir@
- # Server...
- d 0755 root sys $sbindir
- f 0555 root sys $sbindir/newsd newsd
- # Config file...
- c 0644 root sys $sysconfdir/newsd.conf newsd.conf
- # Run directory...
- d 0755 root sys $localstatedir/run
- # Spool directory...
- d 0755 news news $spooldir
- # Man pages...
- $MAN5EXT=@MAN5EXT@
- $MAN8EXT=@MAN8EXT@
- d 0755 root sys $mandir/man5
- f 0444 root sys $mandir/man5 *.$MAN5EXT
- d 0755 root sys $mandir/man8
- f 0444 root sys $mandir/man8 *.$MAN8EXT
- # Documentation...
- d 0555 root sys $docdir
- f 0444 root sys $docdir/CHANGES CHANGES
- f 0444 root sys $docdir/LICENSE LICENSE
- f 0444 root sys $docdir/README README
- f 0444 root sys $docdir/ doc/*.txt
- f 0555 root sys $docdir/inn2newsd.sh inn2newsd.sh
- # Startup script...
- %system darwin
- d 0755 root sys /Library/LaunchDaemons
- f 0444 root sys /Library/LaunchDaemons/com.easysw.newsd.plist newsd.plist
- %system !darwin
- i 0555 root sys newsd newsd.sh
- %system all
- #
- # End of "$Id: newsd.list.in 150 2009-04-10 07:52:29Z mike $".
- #
|