CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2020/12/20 08:30:58
Modified files:
usr.sbin/pkg_add: Makefile
Added files:
usr.sbin/pkg_add/OpenBSD: Getopt.pod IdCache.pod Intro.pod
Mtree.pod PackageName.pod
PackingElement.pod PackingList.pod
PkgCfl.pod PkgSpec.pod RequiredBy.pod
Search.pod State.pod Ustar.pod
Vstat.pod md5.pod style.pod
Removed files:
usr.sbin/pkg_add/pod: OpenBSD::Getopt.pod OpenBSD::IdCache.pod
OpenBSD::Intro.pod OpenBSD::Mtree.pod
OpenBSD::PackageName.pod
OpenBSD::PackingElement.pod
OpenBSD::PackingList.pod
OpenBSD::PkgCfl.pod OpenBSD::PkgSpec.pod
OpenBSD::RequiredBy.pod
OpenBSD::Search.pod OpenBSD::State.pod
OpenBSD::Ustar.pod OpenBSD::Vstat.pod
OpenBSD::md5.pod OpenBSD::style.pod
Log message:
rename pkg_add's pod files to avoid filenames with colons
Filenames with colons are not allowed on windows filesystems. So we rename
the pod files to avoid this. Should get us closer to being able to check
out the openbsd source code on a windows system.
ok espie@ (who suggested the current approach); sthen@ was ok with a
previous version of the diff