diff options
author | 2018-10-16 07:09:13 +0000 | |
---|---|---|
committer | 2018-10-16 07:09:13 +0000 | |
commit | 884f3c40e55b93dd9a3239ad66f019e4db5f1fff (patch) | |
tree | 77d687768e9e5084880669434bec9fad32e015cf | |
parent | Change the way we call su(1) in rcexec: (diff) | |
download | wireguard-openbsd-884f3c40e55b93dd9a3239ad66f019e4db5f1fff.tar.xz wireguard-openbsd-884f3c40e55b93dd9a3239ad66f019e4db5f1fff.zip |
Stop trying to remove /bsd.syspatch. That's ancient stuff that we don't
do anymore.
-rw-r--r-- | usr.sbin/syspatch/syspatch.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.sbin/syspatch/syspatch.sh b/usr.sbin/syspatch/syspatch.sh index 91c1ee39e04..25d14f92330 100644 --- a/usr.sbin/syspatch/syspatch.sh +++ b/usr.sbin/syspatch/syspatch.sh @@ -1,6 +1,6 @@ #!/bin/ksh # -# $OpenBSD: syspatch.sh,v 1.137 2018/05/09 10:22:06 ajacoutot Exp $ +# $OpenBSD: syspatch.sh,v 1.138 2018/10/16 07:09:13 ajacoutot Exp $ # # Copyright (c) 2016, 2017 Antoine Jacoutot <ajacoutot@openbsd.org> # @@ -293,8 +293,6 @@ shift $((OPTIND - 1)) # default action: apply all patches if ((OPTIND == 1)); then - # XXX remove for OPENBSD_6_4 - rm -f /bsd.syspatch+([[:digit:]]) # remove non matching release /var/syspatch/ content for _D in ${_PDIR}/{.[!.],}*; do [[ -e ${_D} ]] || continue |