Skip to content

Commit 0d301d7

Browse files
committed
just a few typos fixed
1 parent 254ec8b commit 0d301d7

4 files changed

+13
-6
lines changed

CHANGELOG

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
* 2013-09-28
2+
- just a few typos fixed
3+
14
* 2013-09-15
25
- Manuals updated. The man page is intended to explain all options
36
of the complex version.

changelog.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 2013-09-28
2+
* just a few typos fixed
3+
14
## 2013-09-15
25
* Manuals updated. The man page is intended to explain all options
36
of the complex version.

update-conf.d.complex.in

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@
1414
#
1515
#
1616
# The included makefile assists easy installation:
17-
# "make clean" will clean previous build versions of this script.
17+
# "make clean" will clean previously built versions of this script.
1818
# "make complex install" will build and install it.
1919
# "make build install" builds and installs both versions.
2020
#
21-
# For installing, this script will be copied into /usr/local/sbin and is called
21+
# For installing, this script is copied into /usr/local/sbin and is called
2222
# update-conf.d (a symlink) for both the SIMPLE and the COMPLEX version. This
2323
# symlink will point to update-conf.d.complex. If needed, you may also install
2424
# the simple version (update-conf.d.simple) and make sure the symlink points
2525
# to the complex version.
26+
# To install to any other location, e.g. /usr/sbin, edit the Makefile.
2627
#
2728
# You need to configure your <conf> entries in separate files in /etc/<conf>.d;
2829
# For your convenience, the -1 option is included to "run-once" without such an
@@ -66,7 +67,7 @@ flag_set=0
6667
flag_unset=0
6768
# flag_processall (command line option -a)
6869
flag_processall=0
69-
# flag_donothing (command line option -t)
70+
# flag_donothing (command line option -n)
7071
flag_donothing=0
7172
# flag_continueonerror (command line option -c)
7273
flag_continueonerror=0

update-conf.d.simple.in

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@
99
# Fixes by javeree
1010
#
1111
# The included makefile assists easy installation:
12-
# "make clean" will clean previous build versions of this script.
12+
# "make clean" will clean previously built versions of this script.
1313
# "make simple install" will build and install it.
1414
# "make build install" builds and installs both versions.
1515
#
16-
# For installing, this script will be copied into /usr/local/sbin and is called
16+
# For installing, this script is copied into /usr/local/sbin and is called
1717
# update-conf.d for both the SIMPLE and the COMPLEX version.
18-
# However, you may find /usr/sbin a more suited place.
18+
# However, you may find /usr/sbin a more suited place. (Edit the Makefile.)
1919
#
2020
# You need to configure your <conf> entries in separate files in /etc/<conf>.d;
2121
# from the .d'ed directory only filenames starting with two digits are included!

0 commit comments

Comments
 (0)