Split services into separate files
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 15 Jan 2010 12:20:34 +0000 (13:20 +0100)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 15 Jan 2010 12:25:36 +0000 (13:25 +0100)
commitf678fa0bf73f22a90344cfd9441e29a82d270b41
tree15fb8be1f842904648b8dd5db725c3d3dbb11731
parent6b874dc14486d7411d413d974d8890d78d55a3d6
Split services into separate files

The example configuration file pazpar2.cfg.dist now includes a default
service default.xml (part of etc). And default.xml includes
settings/edu.xml. The default.xml file (not to be confused with
settings/defaults.xml) is a template for jsdemo and other services.
The Debian package installs /etc/pazpar2/server.xml which is now
the main pazpar2 configuration (used to be called pazpar2.cfg).
server.xml includes services from /etc/pazpar2/services-enabled/*.xml .
The default.xml (from etc) is installed in /etc/pazpar2/services-available
and a symlink to it is created from services-enabled. The default.xml
service is unnamed and, thus, will be used by jsdemo and test1.
debian/cfg.patch [deleted file]
debian/pazpar2.default
debian/pazpar2.dirs
debian/pazpar2.postinst [new file with mode: 0644]
debian/rules
debian/server.xml [new file with mode: 0644]
etc/default.xml [new file with mode: 0644]
etc/pazpar2.cfg.dist