]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
saving uncommitted changes in /etc prior to emerge run
authorFrank Brehm <frank@brehm-online.com>
Wed, 9 May 2018 09:38:23 +0000 (11:38 +0200)
committerFrank Brehm <frank@brehm-online.com>
Wed, 9 May 2018 09:38:23 +0000 (11:38 +0200)
.etckeeper
mbuffer.rc [new file with mode: 0644]

index 6075c08efdad4e717fb730008c577e0cb92ae416..6393f306207ee75b5526f7b4067c07ba42f8710a 100755 (executable)
@@ -1988,6 +1988,7 @@ maybe chmod 0644 'mail/spamassassin/v341.pre'
 maybe chmod 0644 'mailcap'
 maybe chmod 0644 'make.conf.catalyst'
 maybe chmod 0644 'man.conf'
+maybe chmod 0644 'mbuffer.rc'
 maybe chmod 0644 'mdadm.conf'
 maybe chmod 0755 'mercurial'
 maybe chmod 0755 'mercurial/hgrc.d'
diff --git a/mbuffer.rc b/mbuffer.rc
new file mode 100644 (file)
index 0000000..6d630d4
--- /dev/null
@@ -0,0 +1,77 @@
+#####################################################################
+## mbuffer configuration file
+## /etc/mbuffer.rc
+## ${PREFIX}/etc/mbuffer.rc
+## ${HOME}/.mbuffer.rc
+#####################################################################
+## valid values for boolean options are:
+## yes, true, on, 1
+## no, false, off, 0
+#####################################################################
+
+
+## set verbosity
+## valid values are 0..6 or silent,fatal,error,warning,info,debug,io
+# Verbose = warning
+
+## size of one block [kB]
+# Blocksize = 10240
+
+## number of blocks in buffer [1]
+# Numblocks = 256
+
+## total amount of buffer memory [kB] or [%]
+## values > 100 mean kB
+## values < 100 mean percentage of physical memory
+## 0 means automatic determination
+# TotalMem = 0
+
+## maximum write speed [kB/s]
+## 0 means no limit
+# MaxWriteSpeed = 0
+
+## maximum read speed [kB/s]
+## 0 means no limit
+# MaxReadSpeed = 0
+
+## time to sleep between to I/O ops [usec]
+# pause = 0
+
+## time to wait after executing an autoload command [sec]
+# autoloadtime = 0
+
+## low watermark value in percent [%]
+## reading starts when buffer fill percentage drops below this value
+# startread = 100
+
+## high watermark value in percent [%]
+## writing starts when buffer fill percentage raises above this value
+# startwrite = 0
+
+## watchdog timeout [sec]
+## 0 means no timeout
+# timeout = 0
+
+## print status to terminal [boolean]
+# showstatus = yes
+
+## log status to log file [boolean]
+# logstatus = on
+
+## lock buffer memory in physical memory [boolean]
+## request to OS to suppress paging/swapping of buffer memory
+# memlock = 0
+
+## print mbuffer's process-id when starting [boolean]
+# printpid = 0
+
+## status interval time [sec]
+# StatusInterval=0.5
+
+## TCP transmission buffer size [bytes]
+## 0 means: keep OS default
+# TCPbufsize = 0
+
+## tape aware out-of-space handling
+## valid values are: true, false, 0, 1, on, off
+# Tapeaware = false