[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: "goals" for slink: FHS



>>>>> "Santiago" == Santiago Vila <sanvila@unex.es> writes:
    Santiago> All the stuff in /usr/info should have to be mv'd into
    Santiago> /usr/share/info before the symlink is created. This
    Santiago> would be very tricky.

Assuming that /usr/share/{info,man} doesn't yet exist, one of two
commands would do it easily.

	mv /usr/{info,man} /usr/share

if /usr & /usr/share are on the same file-system.

	cp -r /usr/{info,man} /usr/share

if they aren't (first checking for space of course).

I'm suggesting that this be done by manpages or man-db as part of
their postinst.  The only window of exposure is then between the mv or
the 'cp && rm' and the 'ln -s'.

If they do currently exist are /usr/{info,man} isn't a sym-link, who's
started on FHS compliance early? :)

-- 
Stephen
---
Linux - the Frodo Baggins of Computing.


--  
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: