summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Dalley <kevin@seti.org>1998-09-15 10:12:09 +0000
committerKevin Dalley <kevin@seti.org>1998-09-15 10:12:09 +0000
commitdfbcb295fdb3ac774b164db9a9aa8518c21f9834 (patch)
treea919f940d5bbe36ff8a05fef2a7a5b1c4d6c05a8
parentfb374265f72162e47c451a9d62c5eac0d58a9982 (diff)
downloadfindutils-dfbcb295fdb3ac774b164db9a9aa8518c21f9834.tar.gz
*** empty log message ***
-rw-r--r--debian/README.debian5
-rw-r--r--debian/changelog17
-rw-r--r--debian/updatedb.conf2
-rw-r--r--doc/find.info136
-rw-r--r--doc/find.info-17
-rw-r--r--doc/find.info-22
-rw-r--r--doc/find.texi2
7 files changed, 97 insertions, 74 deletions
diff --git a/debian/README.debian b/debian/README.debian
index 3412d375..520cab28 100644
--- a/debian/README.debian
+++ b/debian/README.debian
@@ -14,3 +14,8 @@ PRUNEPATHS="$PRUNEPATHS $EXCLUDE_PATH"
This suggestion is due to Eric Delaunay
<delaunay@lix.polytechnique.fr>
+
+> The problem is NOT
+> updatedb, rather it's actually caused by the "checksecurity" call in
+> /etc/cron.daily/standard. The easy fix for this is to mount your NFS
+> stuff nosuid and nodev so it ignores them.
diff --git a/debian/changelog b/debian/changelog
index ba874296..f1aa8c42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,20 @@
+findutils (4.1-29) unstable; urgency=low
+
+ * removed declaration of strdup and free from lib/nextelem.c, which
+ meets GNU coding standards and allow compilation on sparc (and fixes
+ bug #20840)
+ * corrected explanation of -amin option which described hours instead of
+ minutes (fixes bug #22995)
+ * check status of tempfile commands and exit upon failure (fixes bug
+ #22350)
+ * added iso9660 to PRUNEFS so that CDs will not be automatically scanned
+ by updatedb (fixes bug #24548)
+ * added "-s /bin/sh" to all instances of command su, which allows
+ updatedb to be easily used by users which have a different shell.
+ (fixes bug #20812)
+
+ -- Kevin Dalley <kevind@rahul.net> Sun, 30 Aug 1998 01:40:04 -0700
+
findutils (4.1-28) frozen unstable; urgency=low
* use tempfile for extra safety (fixes bug #19791)
diff --git a/debian/updatedb.conf b/debian/updatedb.conf
index 9f789629..b318f259 100644
--- a/debian/updatedb.conf
+++ b/debian/updatedb.conf
@@ -1,7 +1,7 @@
# This file sets environment variables which are used by updatedb
# filesystems which are pruned from updatedb database
-PRUNEFS="NFS nfs afs proc smbfs autofs auto"
+PRUNEFS="NFS nfs afs proc smbfs autofs auto iso9660"
export PRUNEFS
# paths which are pruned from updatedb database
PRUNEPATHS="/tmp /usr/tmp /var/tmp /afs /amd /alex"
diff --git a/doc/find.info b/doc/find.info
index 4d2344c3..484b1da8 100644
--- a/doc/find.info
+++ b/doc/find.info
@@ -1,4 +1,4 @@
-This is Info file find.info, produced by Makeinfo version 1.67 from the
+This is Info file find.info, produced by Makeinfo version 1.68 from the
input file find.texi.
START-INFO-DIR-ENTRY
@@ -28,7 +28,7 @@ translation approved by the Foundation.

Indirect:
find.info-1: 1105
-find.info-2: 50760
+find.info-2: 50768

Tag Table:
(Indirect)
@@ -43,71 +43,71 @@ Node: Base Name Patterns9477
Node: Full Name Patterns10016
Node: Fast Full Name Search11001
Node: Shell Pattern Matching13156
-Node: Links14997
-Node: Symbolic Links15427
-Node: Hard Links16375
-Node: Time17411
-Node: Age Ranges17926
-Node: Comparing Timestamps18859
-Node: Size20138
-Node: Type20953
-Node: Owner21765
-Node: Permissions22578
-Node: Contents23263
-Node: Directories24431
-Node: Filesystems26905
-Node: Combining Primaries With Operators28177
-Node: Actions29478
-Node: Print File Name30025
-Node: Print File Information30629
-Node: Escapes32864
-Node: Format Directives33524
-Node: Name Directives34222
-Node: Ownership Directives34753
-Node: Size Directives35178
-Node: Location Directives35474
-Node: Time Directives36026
-Node: Time Formats36894
-Node: Time Components37321
-Node: Date Components37814
-Node: Combined Time Formats38624
-Node: Run Commands39108
-Node: Single File39461
-Node: Multiple Files40311
-Node: Unsafe File Name Handling42114
-Node: Safe File Name Handling43664
-Node: Limiting Command Size44350
-Node: Interspersing File Names46105
-Node: Querying47166
-Node: Adding Tests48082
-Node: Common Tasks50344
-Node: Viewing And Editing50760
-Node: Archiving51271
-Node: Cleaning Up52903
-Node: Strange File Names54464
-Node: Fixing Permissions56094
-Node: Classifying Files56653
-Node: Databases57371
-Node: Database Locations57985
-Node: Database Formats60098
-Node: New Database Format60749
-Node: Sample Database62311
-Node: Old Database Format62950
-Node: File Permissions64680
-Node: Mode Structure65248
-Node: Symbolic Modes67376
-Node: Setting Permissions68374
-Node: Copying Permissions70911
-Node: Changing Special Permissions71712
-Node: Conditional Executability73548
-Node: Multiple Changes74165
-Node: Umask and Protection75813
-Node: Numeric Modes76902
-Node: Reference78732
-Node: Invoking find79030
-Node: Invoking locate80077
-Node: Invoking updatedb81006
-Node: Invoking xargs82364
-Node: Primary Index85434
+Node: Links14998
+Node: Symbolic Links15428
+Node: Hard Links16376
+Node: Time17412
+Node: Age Ranges17927
+Node: Comparing Timestamps18867
+Node: Size20146
+Node: Type20961
+Node: Owner21773
+Node: Permissions22586
+Node: Contents23271
+Node: Directories24439
+Node: Filesystems26913
+Node: Combining Primaries With Operators28185
+Node: Actions29486
+Node: Print File Name30033
+Node: Print File Information30637
+Node: Escapes32872
+Node: Format Directives33532
+Node: Name Directives34230
+Node: Ownership Directives34761
+Node: Size Directives35186
+Node: Location Directives35482
+Node: Time Directives36034
+Node: Time Formats36902
+Node: Time Components37329
+Node: Date Components37822
+Node: Combined Time Formats38632
+Node: Run Commands39116
+Node: Single File39469
+Node: Multiple Files40319
+Node: Unsafe File Name Handling42122
+Node: Safe File Name Handling43672
+Node: Limiting Command Size44358
+Node: Interspersing File Names46113
+Node: Querying47174
+Node: Adding Tests48090
+Node: Common Tasks50352
+Node: Viewing And Editing50768
+Node: Archiving51279
+Node: Cleaning Up52911
+Node: Strange File Names54472
+Node: Fixing Permissions56102
+Node: Classifying Files56661
+Node: Databases57379
+Node: Database Locations57993
+Node: Database Formats60106
+Node: New Database Format60757
+Node: Sample Database62319
+Node: Old Database Format62958
+Node: File Permissions64688
+Node: Mode Structure65256
+Node: Symbolic Modes67384
+Node: Setting Permissions68382
+Node: Copying Permissions70919
+Node: Changing Special Permissions71720
+Node: Conditional Executability73556
+Node: Multiple Changes74173
+Node: Umask and Protection75821
+Node: Numeric Modes76910
+Node: Reference78740
+Node: Invoking find79038
+Node: Invoking locate80085
+Node: Invoking updatedb81014
+Node: Invoking xargs82372
+Node: Primary Index85442

End Tag Table
diff --git a/doc/find.info-1 b/doc/find.info-1
index e9c31767..0de538e3 100644
--- a/doc/find.info-1
+++ b/doc/find.info-1
@@ -1,4 +1,4 @@
-This is Info file find.info, produced by Makeinfo version 1.67 from the
+This is Info file find.info, produced by Makeinfo version 1.68 from the
input file find.texi.
START-INFO-DIR-ENTRY
@@ -406,7 +406,7 @@ so does escaping with a backslash.
works even in character classes.
In the `find' tests that do shell pattern matching (`-name',
-`-path', etc.), wildcards in the pattern do not match a `.' at the
+`-path', etc.), wildcards in the pattern do not match a `.' at the
beginning of a file name. This is not the case for `locate'. Thus,
`find -name '*macs'' does not match a file named `.emacs', but `locate
'*macs'' does.
@@ -534,7 +534,8 @@ Age Ranges
True if the file was last accessed (or its status changed, or it
was modified) N minutes ago. These tests provide finer
granularity of measurement than `-atime' et al. For example, to
- list files in `/u/bill' that were last read from 2 to 6 hours ago:
+ list files in `/u/bill' that were last read from 2 to 6 minutes
+ ago:
find /u/bill -amin +2 -amin -6
diff --git a/doc/find.info-2 b/doc/find.info-2
index e02df74f..2fd8fe14 100644
--- a/doc/find.info-2
+++ b/doc/find.info-2
@@ -1,4 +1,4 @@
-This is Info file find.info, produced by Makeinfo version 1.67 from the
+This is Info file find.info, produced by Makeinfo version 1.68 from the
input file find.texi.
START-INFO-DIR-ENTRY
diff --git a/doc/find.texi b/doc/find.texi
index debde66c..174105f4 100644
--- a/doc/find.texi
+++ b/doc/find.texi
@@ -593,7 +593,7 @@ modified) @var{n}*24 hours ago.
True if the file was last accessed (or its status changed, or it was
modified) @var{n} minutes ago. These tests provide finer granularity of
measurement than @samp{-atime} et al. For example, to list files in
-@file{/u/bill} that were last read from 2 to 6 hours ago:
+@file{/u/bill} that were last read from 2 to 6 minutes ago:
@example
find /u/bill -amin +2 -amin -6