Skip to content

Commit cba3f27

Browse files
committed
daily
1 parent 2d0bbc9 commit cba3f27

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.typos.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ extend-ignore-re = [
3838
"\\|ignor\\[ei\\]",
3939
"nmap -n -Pn",
4040
"vim:.*\\bnoet\\b",
41+
"127\\.0\\.0\\.1 STABL",
4142
"Excel function: =JOBB.*",
4243
"Jobb felhasználói",
4344
"Jobb helyezés",

debian-setup/clone-server-snapshot.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
exit 0
66

7-
# On the "donor" before snapshoting
7+
# On the "donor" before snapshotting
88

99
# Switch to DHCP
1010
apt-get install -qq isc-dhcp-client
@@ -15,7 +15,7 @@ editor /etc/network/interfaces
1515

1616
### Do snapshot! ###
1717

18-
# Revert after snapshoting
18+
# Revert after snapshotting
1919
mv -f /etc/network/interfaces.clone /etc/network/interfaces
2020
mv -f /etc/resolv.conf.clone /etc/resolv.conf
2121
#ifdown eth0; ifup eth0

monitoring/munin/plugin-conf.d/loggrep.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ logfile - Files to grep (shellglob) (required)
22
regex - Regex to look for (required)
33
label - Label
44
counter - If set the value captured by the first paren
5-
in the regex is summed instead of coutning lines.
5+
in the regex is summed instead of counting lines.
66
The value is used for the vertical label.
77
regex_<key> - Additional regexes
88
label_<key> - Additional labels

webserver/add-prg-site-local-auto.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ cp webserver/default-image-38FC48.jpg ${PRG_ROOT}/
5454
# kabel / ocp.php
5555
cp webserver/ocp.php ${PRG_ROOT}/
5656

57-
# APC/APCu ontrol panel
57+
# APC/APCu control panel
5858
# apc.php from APC trunk for PHP 5.4-
5959
# php -r 'if(1!==version_compare("5.5",phpversion())) exit(1);' \
6060
# && wget -nv -O${PRG_ROOT}/apc.php "http://git.php.net/?p=pecl/caching/apc.git;a=blob_plain;f=apc.php;hb=HEAD"

0 commit comments

Comments
 (0)