- just tidy up the sample table filenames
- sample files need to be installed (and are on Debian), at least for new
users, and shouldn't end with ".sample"
- also this patch has little undo for space->tab conversion problem in last
patch (sorry)
---
etc/detoxrc.sample | 10 +++++-----
table/{iso8859_1.tbl.sample => iso8859_1.tbl} | 0
table/{safe.tbl.sample => safe.tbl} | 0
table/{unicode.tbl.sample => unicode.tbl} | 0
4 files changed, 5 insertions(+), 5 deletions(-)
rename table/{iso8859_1.tbl.sample => iso8859_1.tbl} (100%)
rename table/{safe.tbl.sample => safe.tbl} (100%)
rename table/{unicode.tbl.sample => unicode.tbl} (100%)
diff --git a/etc/detoxrc.sample b/etc/detoxrc.sample
index 1e8bfe7..a1d6b9a 100644
--- a/etc/detoxrc.sample
+++ b/etc/detoxrc.sample
@@ -6,15 +6,15 @@
# met:
#
# 1. Redistributions of source code must retain the above copyright
-# notice, this list of conditions and the following disclaimer.
+# notice, this list of conditions and the following disclaimer.
#
# 2. Redistributions in binary form must reproduce the above copyright
-# notice, this list of conditions and the following disclaimer in the
-# documentation and/or other materials provided with the distribution.
+# notice, this list of conditions and the following disclaimer in the
+# documentation and/or other materials provided with the distribution.
#
# 3. Neither the name of author nor the names of its contributors may be
-# used to endorse or promote products derived from this software
-# without specific prior written permission.
+# used to endorse or promote products derived from this software
+# without specific prior written permission.
#
# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
diff --git a/table/iso8859_1.tbl.sample b/table/iso8859_1.tbl
similarity index 100%
rename from table/iso8859_1.tbl.sample
rename to table/iso8859_1.tbl
diff --git a/table/safe.tbl.sample b/table/safe.tbl
similarity index 100%
rename from table/safe.tbl.sample
rename to table/safe.tbl
diff --git a/table/unicode.tbl.sample b/table/unicode.tbl
similarity index 100%
rename from table/unicode.tbl.sample
rename to table/unicode.tbl
--
2.9.0