mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
If we must yell at the user than a file cannot be linked into place when
requested (not required) to do it, reassure them that cpio is still intelligent enough that it will perform a full copy instead.
This commit is contained in:
parent
0eb870194c
commit
34b0f960ef
1 changed files with 2 additions and 1 deletions
|
|
@ -1,3 +1,4 @@
|
|||
/* $FreeBSD$ */
|
||||
/* copypass.c - cpio copy pass sub-function.
|
||||
Copyright (C) 1990, 1991, 1992 Free Software Foundation, Inc.
|
||||
|
||||
|
|
@ -466,7 +467,7 @@ link_to_name (link_name, link_target)
|
|||
}
|
||||
else if (link_flag)
|
||||
{
|
||||
error (0, errno, "cannot link %s to %s",
|
||||
error (0, errno, "cannot link %s to %s (will copy instead)",
|
||||
link_target, link_name);
|
||||
}
|
||||
#endif /* not __MSDOS__ */
|
||||
|
|
|
|||
Loading…
Reference in a new issue