newsd.list.in 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. #
  2. # "$Id: newsd.list.in 150 2009-04-10 07:52:29Z mike $"
  3. #
  4. # ESP Package Manager (EPM) file list for Newsd.
  5. #
  6. # EPM can be found at "http://www.epmhome.org/".
  7. #
  8. # Copyright 2003-2009 Michael Sweet
  9. # Copyright 2002 Greg Ercolano
  10. #
  11. # This program is free software; you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public Licensse as published by
  13. # the Free Software Foundation; either version 2 of the License, or
  14. # (at your option) any later version.
  15. #
  16. # This program is distributed in the hope that it will be useful,
  17. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  18. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  19. # GNU General Public License for more details.
  20. #
  21. # You should have received a copy of the GNU General Public License
  22. # along with this program; if not, write to the Free Software
  23. # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  24. #
  25. %product Newsd
  26. %copyright 2002-2009 by Greg Ercolano and Michael Sweet
  27. %vendor Greg Ercolano and Michael Sweet
  28. %license LICENSE
  29. %readme README
  30. %version @VERSION@
  31. %description <<EOF
  32. Newsd is a standalone local NNTP news server for private newsgroup serving on a
  33. single server. It is useful for serving private newsgroup(s) to an intranet or
  34. the Internet and can act as a simple mail gateway, however it does not interface
  35. with other news servers and cannot manage distributed news feeds, i.e. Usenet
  36. news.
  37. EOF
  38. # Directories...
  39. $prefix=@prefix@
  40. $exec_prefix=@exec_prefix@
  41. $bindir=@bindir@
  42. $sbindir=@sbindir@
  43. $sysconfdir=@sysconfdir@
  44. $localstatedir=@localstatedir@
  45. $docdir=@docdir@
  46. $mandir=@mandir@
  47. $datarootdir=@datarootdir@
  48. $datadir=@datadir@
  49. $spooldir=@spooldir@
  50. # Server...
  51. d 0755 root sys $sbindir
  52. f 0555 root sys $sbindir/newsd newsd
  53. # Config file...
  54. c 0644 root sys $sysconfdir/newsd.conf newsd.conf
  55. # Run directory...
  56. d 0755 root sys $localstatedir/run
  57. # Spool directory...
  58. d 0755 news news $spooldir
  59. # Man pages...
  60. $MAN5EXT=@MAN5EXT@
  61. $MAN8EXT=@MAN8EXT@
  62. d 0755 root sys $mandir/man5
  63. f 0444 root sys $mandir/man5 *.$MAN5EXT
  64. d 0755 root sys $mandir/man8
  65. f 0444 root sys $mandir/man8 *.$MAN8EXT
  66. # Documentation...
  67. d 0555 root sys $docdir
  68. f 0444 root sys $docdir/CHANGES CHANGES
  69. f 0444 root sys $docdir/LICENSE LICENSE
  70. f 0444 root sys $docdir/README README
  71. f 0444 root sys $docdir/ doc/*.txt
  72. f 0555 root sys $docdir/inn2newsd.sh inn2newsd.sh
  73. # Startup script...
  74. %system darwin
  75. d 0755 root sys /Library/LaunchDaemons
  76. f 0444 root sys /Library/LaunchDaemons/com.easysw.newsd.plist newsd.plist
  77. %system !darwin
  78. i 0555 root sys newsd newsd.sh
  79. %system all
  80. #
  81. # End of "$Id: newsd.list.in 150 2009-04-10 07:52:29Z mike $".
  82. #