summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorkientzle <kientzle@FreeBSD.org>2008-03-15 03:28:39 +0000
committerkientzle <kientzle@FreeBSD.org>2008-03-15 03:28:39 +0000
commit2f15379ebcc3e700518bd4520ef5317ff262ff8b (patch)
treeb10b59ddca31fe88e333f96f4005ce49e20fc745 /usr.bin
parentfdbfeedacf389fb154a1da5ddc063bd8708a394d (diff)
downloadFreeBSD-src-2f15379ebcc3e700518bd4520ef5317ff262ff8b.zip
FreeBSD-src-2f15379ebcc3e700518bd4520ef5317ff262ff8b.tar.gz
Support NetBSD's --insecure as a synonym for -P.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tar/bsdtar.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tar/bsdtar.c b/usr.bin/tar/bsdtar.c
index 103d88c..b158ebf 100644
--- a/usr.bin/tar/bsdtar.c
+++ b/usr.bin/tar/bsdtar.c
@@ -189,6 +189,7 @@ static const struct option tar_longopts[] = {
{ "help", no_argument, NULL, OPTION_HELP },
{ "include", required_argument, NULL, OPTION_INCLUDE },
{ "interactive", no_argument, NULL, 'w' },
+ { "insecure", no_argument, NULL, 'P' },
{ "keep-old-files", no_argument, NULL, 'k' },
{ "list", no_argument, NULL, 't' },
{ "modification-time", no_argument, NULL, 'm' },
OpenPOWER on IntegriCloud