File tree 4 files changed +13
-6
lines changed
4 files changed +13
-6
lines changed Original file line number Diff line number Diff line change
1
+ * 2013-09-28
2
+ - just a few typos fixed
3
+
1
4
* 2013-09-15
2
5
- Manuals updated. The man page is intended to explain all options
3
6
of the complex version.
Original file line number Diff line number Diff line change
1
+ ## 2013-09-28
2
+ * just a few typos fixed
3
+
1
4
## 2013-09-15
2
5
* Manuals updated. The man page is intended to explain all options
3
6
of the complex version.
Original file line number Diff line number Diff line change 14
14
#
15
15
#
16
16
# 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.
18
18
# "make complex install" will build and install it.
19
19
# "make build install" builds and installs both versions.
20
20
#
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
22
22
# update-conf.d (a symlink) for both the SIMPLE and the COMPLEX version. This
23
23
# symlink will point to update-conf.d.complex. If needed, you may also install
24
24
# the simple version (update-conf.d.simple) and make sure the symlink points
25
25
# to the complex version.
26
+ # To install to any other location, e.g. /usr/sbin, edit the Makefile.
26
27
#
27
28
# You need to configure your <conf> entries in separate files in /etc/<conf>.d;
28
29
# For your convenience, the -1 option is included to "run-once" without such an
@@ -66,7 +67,7 @@ flag_set=0
66
67
flag_unset=0
67
68
# flag_processall (command line option -a)
68
69
flag_processall=0
69
- # flag_donothing (command line option -t )
70
+ # flag_donothing (command line option -n )
70
71
flag_donothing=0
71
72
# flag_continueonerror (command line option -c)
72
73
flag_continueonerror=0
Original file line number Diff line number Diff line change 9
9
# Fixes by javeree
10
10
#
11
11
# 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.
13
13
# "make simple install" will build and install it.
14
14
# "make build install" builds and installs both versions.
15
15
#
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
17
17
# 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.)
19
19
#
20
20
# You need to configure your <conf> entries in separate files in /etc/<conf>.d;
21
21
# from the .d'ed directory only filenames starting with two digits are included!
You can’t perform that action at this time.
0 commit comments