Home
last modified time | relevance | path

Searched refs:newtgt (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/pkg_install/dist/create/
H A Dpl.c53 char newtgt[MaxPathSize]; in CheckSymlink() local
66 strlcpy(&newtgt[cc], "../", sizeof(newtgt) - cc); in CheckSymlink()
69 strlcpy(&newtgt[cc], &oldtgt[prefixcc + 1], sizeof(newtgt) - cc); in CheckSymlink()
70 …tderr, "Full pathname symlink `%s' is target of `%s' - adjusting to `%s'\n", oldtgt, name, newtgt); in CheckSymlink()
73 } else if (symlink(newtgt, name) != 0) { in CheckSymlink()
74 warn("can't symlink `%s' called `%s'", newtgt, name); in CheckSymlink()