diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2017-05-04 12:28:15 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2017-05-04 12:28:15 +0000 |
commit | 48506b35933f157f784d48891363b867264ab5df (patch) | |
tree | 8d700287f9db5f2d28115270392379e8f9d2fd0b /usr.sbin | |
parent | 7fb1a4692bad85df7678d15023511df969aff900 (diff) |
Expand comment and bump copyright while here.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/syspatch/syspatch.sh | 6 |
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} ]] |