/usr/share/doc/dphys-config/README is in dphys-config 20130301~current-5.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 | http://neil.franklin.ch/Projects/dphys-config/README
author Neil Franklin, last modification 2006.12.22
This text (and all dphys-config) are copyright ETH Zuerich Physics Departement,
use under either modified/non-advertising BSD or GPL license
Introduction to dphys-config configuration file manager for Unix systems
Aim
This program is aimed at automatically installing/updating and removing of
configuration files to our 100s of systems, driven by an simple file and place
and script list.
Preconditions
This program should work on any Unix system which has wget installed. But has
only been tested on our Debian Linux 3.1 (sarge) systems and FreeBSD 6.1.
Tools
This project has produced an script for fetching config files from an config
web site, preprocessing them, installing them in the correct places and then
triggering postinstall scripts. The same script can also remove config files
not needed any more, after triggering preremove scripts. And an init.d script
and cron job that run this script at boot and every night, so hosts stay
updated.
Code
This project is fully open source. Documentation gets written together with the
code. Everything I write is immediately available for download. Current version
is what I am working on, if I write a bug you crash the next day. Older stable
versions are archived as Milestones.
State
Working package, in productive use on over 100 machines.
Installation
There is a installation guide at:
http://neil.franklin.ch/Projects/dphys-config/INSTALL
Questions
There is a FAQ file at:
http://neil.franklin.ch/Projects/dphys-config/FAQ
|