diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-15 09:55:18 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-15 09:55:18 +0000 |
| commit | 1aca38527eb7933fd6090d014c52418e79888151 (patch) | |
| tree | c70566cf950656ec6b16cf08aeed3018575167b1 | |
| parent | 2922e022ff7acdf92ef53c5e568ed6072b225dc1 (diff) | |
Notes
| -rw-r--r-- | usr.sbin/pkg_install/add/perform.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/add/perform.c b/usr.sbin/pkg_install/add/perform.c index 9422c5421bf8..f53f3cd71f41 100644 --- a/usr.sbin/pkg_install/add/perform.c +++ b/usr.sbin/pkg_install/add/perform.c @@ -366,7 +366,7 @@ pkg_do(char *pkg) if (Verbose) printf("mtree -U -f %s -d -e -p %s >%s\n", MTREE_FNAME, p ? p->name : "/", _PATH_DEVNULL); if (!Fake) { - if (vsystem("/usr/sbin/mtree -U -f %s -d -e -p %s >%s", MTREE_FNAME, p ? p->name : "/"), _PATH_DEVNULL) + if (vsystem("/usr/sbin/mtree -U -f %s -d -e -p %s >%s", MTREE_FNAME, p ? p->name : "/", _PATH_DEVNULL)) warnx("mtree returned a non-zero status - continuing"); } unlink(MTREE_FNAME); |
