summaryrefslogtreecommitdiffstats
path: root/usr.sbin/syspatch/syspatch.sh
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2017-05-04 12:28:14 +0000
committerajacoutot <ajacoutot@openbsd.org>2017-05-04 12:28:14 +0000
commit5a3d80b648f8ba0f08845eeb78c16568559a2e15 (patch)
treecf10413e5a8b811c76171694e21e5b8ab44da22b /usr.sbin/syspatch/syspatch.sh
parentMove tls_config_skip_private_key_check() out from under HIDDEN_DECLS. (diff)
downloadwireguard-openbsd-5a3d80b648f8ba0f08845eeb78c16568559a2e15.tar.xz
wireguard-openbsd-5a3d80b648f8ba0f08845eeb78c16568559a2e15.zip
Expand comment and bump copyright while here.
Diffstat (limited to 'usr.sbin/syspatch/syspatch.sh')
-rw-r--r--usr.sbin/syspatch/syspatch.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/syspatch/syspatch.sh b/usr.sbin/syspatch/syspatch.sh
index b48685520b4..671574d2776 100644
--- a/usr.sbin/syspatch/syspatch.sh
+++ b/usr.sbin/syspatch/syspatch.sh
@@ -1,8 +1,8 @@
#!/bin/ksh
#
-# $OpenBSD: syspatch.sh,v 1.97 2017/05/03 17:23:34 ajacoutot Exp $
+# $OpenBSD: syspatch.sh,v 1.98 2017/05/04 12:28:14 ajacoutot Exp $
#
-# Copyright (c) 2016 Antoine Jacoutot <ajacoutot@openbsd.org>
+# Copyright (c) 2016, 2017 Antoine Jacoutot <ajacoutot@openbsd.org>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
@@ -152,7 +152,7 @@ fetch_and_verify()
install_file()
{
- # XXX handle symlinks, dir->file, file->dir?
+ # XXX handle hard and symbolic links, dir->file, file->dir?
local _dst=$2 _fgrp _fmode _fown _src=$1
[[ -f ${_src} && -f ${_dst} ]]