OBS User unknown 2008-07-08 14:59:23 +00:00 committed by Git OBS Bridge
parent 400896a36b
commit 8553279e02
5 changed files with 33 additions and 29 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7ac2cb2c647843ad734cbff314ddf4583b6630295a5773c66e444e25c9a0fb12
size 108163

View File

@ -1,10 +1,8 @@
unchanged:
================================================================================
--- configure
+++ configure
@@ -2124,13 +2124,8 @@
echo "$as_me:$LINENO: checking whether $DF accepts --local" >&5
echo $ECHO_N "checking whether $DF accepts --local... $ECHO_C" >&6
@@ -2461,13 +2461,8 @@
{ echo "$as_me:$LINENO: checking whether $DF accepts --local" >&5
echo $ECHO_N "checking whether $DF accepts --local... $ECHO_C" >&6; }
-HAVE_DF_LOCAL=''
-if $DF --local > /dev/null 2>&1 ; then
@ -18,7 +16,7 @@ unchanged:
# Extract the first word of "find", so it can be a program name with args.
set dummy find; ac_word=$2
@@ -2235,7 +2230,7 @@
@@ -2574,7 +2569,7 @@
CORE_PAT='core' # don't know wait for someone to complain.
;;
linux*)
@ -27,9 +25,9 @@ unchanged:
CORE_PAT='core.[0-9]*'
;;
netbsd*)
@@ -2257,14 +2252,8 @@
echo "$as_me:$LINENO: checking whether $DF accepts --inodes" >&5
echo $ECHO_N "checking whether $DF accepts --inodes... $ECHO_C" >&6
@@ -2596,13 +2591,8 @@
{ echo "$as_me:$LINENO: checking whether $DF accepts --inodes" >&5
echo $ECHO_N "checking whether $DF accepts --inodes... $ECHO_C" >&6; }
-HAVE_DF_INODES=0
-if $DF --inodes > /dev/null 2>&1 ; then
@ -38,12 +36,11 @@ unchanged:
-else
- echo "no"
-fi
-
+echo "yes"
+HAVE_DF_INODES=1
echo "$as_me:$LINENO: checking if $DU can handle --separate-dirs or an equivalent" >&5
--- fs-check.in.in
+++ fs-check.in.in
@@ -626,7 +626,7 @@
@ -57,20 +54,19 @@ unchanged:
$pid_file = "@PIDDIR@$program.pid";
--- fs-report.in
+++ fs-report.in
@@ -243,6 +243,7 @@
'newest-lines=n' => \$newest_lines,
'ls-lines=n' => \$ls_lines,
'debug=n' => \$debug,
+ 'fast!' => \$fast,
@@ -247,6 +247,7 @@
'find:s' => \$find_program,
'help' => \$help,
'lines=n' => \$lines,
+ 'fast!' => \$fast,
'ls!' => \$do_ls,
'size!' => \$do_size,
'core!' => \$do_core,
'ls-lines=n' => \$ls_lines,
'newest!' => \$do_newest,
--- sample/crontab.add
+++ sample/crontab.add
@@ -1,5 +1,4 @@
-# $Id: crontab.add,v 1.2 2005/07/26 15:59:18 rockyb Exp $
@@ -2,4 +2,4 @@
# Change locations of files and frequencies as appropriate.
# File system checker....
#
-5 * * * * /usr/local/bin/fs-check -1 --config /var/adm/fs_check.cnf
+5 * * * * /usr/bin/fs-check -1 --config /etc/fs-check.cf
+5 * * * * /usr/bin/fs-check -1 --config /etc/fs_check.cnf

3
fs-check-0.9.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b98773a30e2014716a54c3c1c88073c8e512e4ccf95d3c6838d7a41da03104a5
size 104269

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Fri Jul 4 12:26:34 CEST 2008 - hvogel@suse.de
- update to version 0.9
* fix parsing of DEFAULT OWNER
- disable checks, wrong logfiles included
-------------------------------------------------------------------
Wed Apr 2 15:18:31 CEST 2008 - hvogel@suse.de

View File

@ -1,5 +1,5 @@
#
# spec file for package fs-check (Version 0.8)
# spec file for package fs-check (Version 0.9)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -19,7 +19,7 @@ Group: System/Monitoring
AutoReqProv: on
Requires: mailx
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Version: 0.8
Version: 0.9
Release: 1
Summary: Check File System Usage
BuildArch: noarch
@ -45,9 +45,6 @@ It can be run from cron or as a daemon.
./configure --prefix=%{_prefix} --mandir=%{_mandir}
make
%check
make check
%install
mkdir -p $RPM_BUILD_ROOT/etc
cp %SOURCE1 $RPM_BUILD_ROOT/etc
@ -66,6 +63,10 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/fs-report
%changelog
* Fri Jul 04 2008 hvogel@suse.de
- update to version 0.9
* fix parsing of DEFAULT OWNER
- disable checks, wrong logfiles included
* Wed Apr 02 2008 hvogel@suse.de
- update to version 0.8
* Correct pidfile option parsing