Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Sep 2003 15:58:14 +0100
From:      Matthew Seaman <m.seaman@infracaninophile.co.uk>
To:        Heinrich Rebehn <rebehn@ant.uni-bremen.de>
Cc:        freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: xdm config files overwritten after upgrading Xfree86-clients from ports
Message-ID:  <20030905145814.GB79611@happy-idiot-talk.infracaninophile.co.uk>
In-Reply-To: <3F58773F.6040309@ant.uni-bremen.de>
References:  <3F586C9A.1010805@ant.uni-bremen.de> <20030905111001.GA77412@happy-idiot-talk.infracaninophile.co.uk> <3F58773F.6040309@ant.uni-bremen.de>

next in thread | previous in thread | raw e-mail | index | archive | help

--Pd0ReVV5GZGQvF3a
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Fri, Sep 05, 2003 at 01:45:03PM +0200, Heinrich Rebehn wrote:
> Matthew Seaman wrote:

> >However, I just keep a backup copy of the /usr/X11R6/lib/X11/xdm
> >directory handy:
> >
> >    # cd /usr/X11R6/lib/X11/
> >    # rsync -avx --delete xdm/ xdm.bak/
> >
> >	Cheers,
> >
> >	Matthew
> >
>=20
> Ok, this would help for xdm. I wonder however, how many other packages ar=
e=20
> out there with similar behaviour and what other directories i should have=
 a=20
> copy of handy.
>=20
> Or, to put it this way: I would like a port/package system that i can rel=
y=20
> on :-)

In practice, this really doesn't bite port/package users very often.
The Porter's Handbook states:

    If your port requires some configuration files in PREFIX/etc, do
    not just install them and list them in pkg-plist. That will cause
    pkg_delete to delete files carefully edited by the user and a new
    installation to wipe them out.

    Instead, install sample files with a suffix (filename.sample will
    work well) and print out a message pointing out that the user has
    to copy and edit the file before the software can be made to work.

(http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/dads-con=
fig.html)

which perhaps should be generalized to configuration files installed
anywhere, rather than just under PREFIX/etc.

Of all the ports I have installed, which is several hundred
encorporating general desktop usage, web serving, databases, etc., the
only ones I've had problems with regarding trashing my original
configuration files are XFree86-4-clients and the Horde, Imp, Turba
etc. group of web apps.  (These last, to be fair, always preserve my
config files as <filename>.previous and updates do tend to involve
non-compatible changes to the configuration file contents.)

The only other Gotcha! of this type is when a /usr/local/etc/rc.d
startup script gets changed to the new rc.subr(8) style.  Previously
those scripts were generally held to be configurable files and you had
to copy the sample file into place, edit it and make sure it was
executable before the service would be set up to auto-start on reboot.
With the new rc_subr style, the script doesn't need to be edited, but
you generally have to add some lines to /etc/rc.conf to enable the
service.

	Cheers,

	Matthew

--=20
Dr Matthew J Seaman MA, D.Phil.                       26 The Paddocks
                                                      Savill Way
PGP: http://www.infracaninophile.co.uk/pgpkey         Marlow
Tel: +44 1628 476614                                  Bucks., SL7 1TH UK

--Pd0ReVV5GZGQvF3a
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (FreeBSD)

iD8DBQE/WKSGdtESqEQa7a0RAmVxAJ9o5Xs6MyJgyHs5qYj+XSe4tOeQaQCfQXBX
r32qqxCznZaNjYAwbrAax2o=
=wm5h
-----END PGP SIGNATURE-----

--Pd0ReVV5GZGQvF3a--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030905145814.GB79611>