From 5565886473cfd5fbafadf046998f0063f6c09955 Mon Sep 17 00:00:00 2001 From: Michal Hlavinka Date: Mon, 5 Oct 2009 13:45:11 +0000 Subject: [PATCH] fix man page --- smartmontools-5.38-lowcap.patch | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/smartmontools-5.38-lowcap.patch b/smartmontools-5.38-lowcap.patch index b15e6fb..8aa5819 100644 --- a/smartmontools-5.38-lowcap.patch +++ b/smartmontools-5.38-lowcap.patch @@ -1,6 +1,6 @@ diff -up smartmontools-5.38/configure.in.lowcap smartmontools-5.38/configure.in ---- smartmontools-5.38/configure.in.lowcap 2009-10-05 15:28:23.770170937 +0200 -+++ smartmontools-5.38/configure.in 2009-10-05 15:28:23.777234123 +0200 +--- smartmontools-5.38/configure.in.lowcap 2009-10-05 15:33:00.231298546 +0200 ++++ smartmontools-5.38/configure.in 2009-10-05 15:33:00.237483461 +0200 @@ -143,6 +143,40 @@ if test "$with_selinux" = "yes"; then AC_DEFINE(WITH_SELINUX, [1], [Define to 1 if SELinux support is enabled]) fi @@ -44,7 +44,7 @@ diff -up smartmontools-5.38/configure.in.lowcap smartmontools-5.38/configure.in if test "$mandir" = '${prefix}/man'; then diff -up smartmontools-5.38/Makefile.am.lowcap smartmontools-5.38/Makefile.am --- smartmontools-5.38/Makefile.am.lowcap 2007-04-01 18:49:44.000000000 +0200 -+++ smartmontools-5.38/Makefile.am 2009-10-05 15:28:23.781295996 +0200 ++++ smartmontools-5.38/Makefile.am 2009-10-05 15:33:00.238483296 +0200 @@ -35,7 +35,7 @@ smartd_SOURCES = smartd.cpp \ utility.cpp \ utility.h @@ -56,12 +56,12 @@ diff -up smartmontools-5.38/Makefile.am.lowcap smartmontools-5.38/Makefile.am EXTRA_smartd_SOURCES = os_darwin.cpp \ diff -up smartmontools-5.38/smartd.8.in.lowcap smartmontools-5.38/smartd.8.in --- smartmontools-5.38/smartd.8.in.lowcap 2008-03-04 23:09:47.000000000 +0100 -+++ smartmontools-5.38/smartd.8.in 2009-10-05 15:32:50.106358362 +0200 ++++ smartmontools-5.38/smartd.8.in 2009-10-05 15:44:35.455113557 +0200 @@ -354,6 +354,12 @@ The default level is 1, so \'\-r ataioct equivalent. .TP -+.b \-C, \-\-capabilities ++.B \-C, \-\-capabilities +Use possix \fBcapabilities(7)\fP (EXPERIMENTAL). + +Warning: Mail notification does not work when used. @@ -71,8 +71,8 @@ diff -up smartmontools-5.38/smartd.8.in.lowcap smartmontools-5.38/smartd.8.in Cygwin and Windows only: Enables \fBsmartd\fP to run as a Windows service. diff -up smartmontools-5.38/smartd.cpp.lowcap smartmontools-5.38/smartd.cpp ---- smartmontools-5.38/smartd.cpp.lowcap 2009-10-05 15:28:23.764170895 +0200 -+++ smartmontools-5.38/smartd.cpp 2009-10-05 15:28:23.783301065 +0200 +--- smartmontools-5.38/smartd.cpp.lowcap 2009-10-05 15:33:00.224483349 +0200 ++++ smartmontools-5.38/smartd.cpp 2009-10-05 15:33:00.245483604 +0200 @@ -74,6 +74,10 @@ extern "C" int __stdcall FreeConsole(voi #include // setmode() #endif // __CYGWIN__