Re: ipsvd-0.9.4 available
Thomas Schwinge <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
On Thu, Jul 08, 2004 at 06:12:26PM +0000, Gerrit Pape wrote: > On Wed, Jul 07, 2004 at 05:02:03PM +0200, Uffe Jakobsen wrote: > > In package/upgrade "mkdir -p /command" fails with errorcode 2 and the > > message 'mkdir: "/command": Exists but is not a directory' > > if /command is a symbolic-link > > A symbolic link to a directory I assume. Hopefully test -d follows > symlinks on solaris. You can use 'test -d DIRECTORY/.' to make it work on every system I can imagine. Regards, Thomas