Re: ipsvd-0.9.4 available
"Uffe Jakobsen" <[email protected]>
| Newsgroups | gmane.comp.misc.pape.general |
|---|---|
| Message-ID | <[email protected]> |
Hi, I forgot to answer Gerrits initial question on this matter: >On Thu, Jul 08, 2004 at 06:12:26PM +0000, Gerrit Pape wrote: >> >> A symbolic link to a directory I assume. Yes that is correct - on Solaris "mkdir -p /command" fails (with errorcode 2 and the message 'mkdir: "/command": Exists but is not a directory') if /command is a symbolic-link to a directory (eg. directory /usr/local/command) >> >> Hopefully test -d follows symlinks on solaris. >> Yes, test -d follows symlinks on Solaris. Thomas Schwinge <[email protected]> wrote: > > You can use 'test -d DIRECTORY/.' to make it work on every system I > can imagine. > yes that would be a highly portable solution - in order to make sure that the symlink is followed on every strange system that ipsvd would end up on... :-) But anyway Solaris is happy with the "test -d ..." regards /Uffe