manual page cosmetic update, copyright notice update
This commit is contained in:
parent
d9e2ebaf26
commit
13d460a5ba
2 changed files with 4 additions and 21 deletions
23
stow.8
23
stow.8
|
@ -1,4 +1,4 @@
|
||||||
.TH STOW 8 "28 March 1998"
|
.TH STOW 8 "24 January 2002"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
stow \- software package installation manager
|
stow \- software package installation manager
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
|
@ -403,28 +403,10 @@ The info manual ``Stow 1.3.4:
|
||||||
Managing the installation of software packages''
|
Managing the installation of software packages''
|
||||||
by Bob Glickstein, Zanshin Software, Inc.
|
by Bob Glickstein, Zanshin Software, Inc.
|
||||||
.SH BUGS
|
.SH BUGS
|
||||||
Please report bugs in Stow using the Debian bug tracking system.
|
Please report bugs in Stow to <bug-stow@gnu.org>.
|
||||||
.PP
|
.PP
|
||||||
Currently known bugs include:
|
Currently known bugs include:
|
||||||
.IP *
|
.IP *
|
||||||
The empty-directory problem. If package FOO includes an empty
|
|
||||||
directory--say, FOO/BAR--then:
|
|
||||||
.IP
|
|
||||||
1.
|
|
||||||
if no other package has a BAR subdirectory, everything's fine.
|
|
||||||
.IP
|
|
||||||
2.
|
|
||||||
if another stowed package, QUUX, has a BAR subdirectory, then
|
|
||||||
when stowing, TARGETDIR/BAR will be ``split open'' and the
|
|
||||||
contents of QUUX/BAR will be individually stowed. So far, so
|
|
||||||
good. But when unstowing QUUX, TARGETDIR/BAR will be
|
|
||||||
removed, even though FOO/BAR needs it to remain. A
|
|
||||||
workaround for this problem is to create a file in FOO/BAR as
|
|
||||||
a placeholder. If you name that file
|
|
||||||
.IR .placeholder ,
|
|
||||||
it will
|
|
||||||
be easy to find and remove such files when this bug is fixed.
|
|
||||||
.IP *
|
|
||||||
When using multiple stow directories (see ``Multiple stow
|
When using multiple stow directories (see ``Multiple stow
|
||||||
directories'' in the info manual), Stow fails to ``split open'' tree-folding symlinks
|
directories'' in the info manual), Stow fails to ``split open'' tree-folding symlinks
|
||||||
(see ``Installing packages'' in the info manual) that point into a stow directory
|
(see ``Installing packages'' in the info manual) that point into a stow directory
|
||||||
|
@ -451,6 +433,7 @@ Inc., 59 Temple Place, Suite 330, Boston, MA, 02111-1307, USA.
|
||||||
.IP
|
.IP
|
||||||
Software and documentation Copyright (C) 1993, 1994, 1995, 1996 by
|
Software and documentation Copyright (C) 1993, 1994, 1995, 1996 by
|
||||||
Bob Glickstein <bobg+stow@zanshin.com>.
|
Bob Glickstein <bobg+stow@zanshin.com>.
|
||||||
|
Copyright (C) 2000, 2001, 2002 Guillaume Morin
|
||||||
.IP
|
.IP
|
||||||
Permission is granted to make and distribute verbatim copies of this
|
Permission is granted to make and distribute verbatim copies of this
|
||||||
manual provided the copyright notice and this permission notice are
|
manual provided the copyright notice and this permission notice are
|
||||||
|
|
2
stow.in
2
stow.in
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# GNU Stow - manage the installation of multiple software packages
|
# GNU Stow - manage the installation of multiple software packages
|
||||||
# Copyright (C) 1993, 1994, 1995, 1996 by Bob Glickstein
|
# Copyright (C) 1993, 1994, 1995, 1996 by Bob Glickstein
|
||||||
# Copyright (C) 2000,2001 Guillaume Morin
|
# Copyright (C) 2000,2001, 2002 Guillaume Morin
|
||||||
#
|
#
|
||||||
# This program is free software; you can redistribute it and/or modify
|
# This program is free software; you can redistribute it and/or modify
|
||||||
# it under the terms of the GNU General Public License as published by
|
# it under the terms of the GNU General Public License as published by
|
||||||
|
|
Loading…
Reference in a new issue