that ossp-uuid (devel/uuid) has been changed to use the alternative name libossp-uuid as used on various other OS. When third party software wants a uuid library, is is nearly always the one from e2fsprogs, so let's avoid patching for the common case. e2fsprogs has its own libcom_err (slightly different API to heimdal); previously we installed this under an alternative name; in this update I have changed to statically linking this instead as it is not used externally. The et/com_err.h header is no longer installed to avoid ports picking it up in preference to the proper heimdal header for this library in kerberosV/com_err.h. Fallout will be handled in the next couple of commits. ok ajacoutot@
19 lines
666 B
Plaintext
19 lines
666 B
Plaintext
$OpenBSD: patch-misc_fsck_8_in,v 1.3 2013/06/21 22:35:51 sthen Exp $
|
|
--- misc/fsck.8.in.orig Thu Aug 13 02:39:57 2009
|
|
+++ misc/fsck.8.in Wed Jun 19 14:25:04 2013
|
|
@@ -2,11 +2,11 @@
|
|
.\" Copyright 1993, 1994, 1995 by Theodore Ts'o. All Rights Reserved.
|
|
.\" This file may be copied under the terms of the GNU Public License.
|
|
.\"
|
|
-.TH FSCK 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
|
|
+.TH PFSCK 8 "@E2FSPROGS_MONTH@ @E2FSPROGS_YEAR@" "E2fsprogs version @E2FSPROGS_VERSION@"
|
|
.SH NAME
|
|
-fsck \- check and repair a Linux file system
|
|
+pfsck \- check and repair a Linux file system
|
|
.SH SYNOPSIS
|
|
-.B fsck
|
|
+.B pfsck
|
|
[
|
|
.B \-sAVRTMNP
|
|
]
|