zshrc: make ip touch interface lo only
[grml-etc-core.git] / etc / grml / screen_multisession
index d81e8e1..c5f7e7c 100644 (file)
@@ -1,3 +1,10 @@
+# Filename:      /etc/grml/screen_multisession
+# Purpose:       configuration file for use in multisession mode of GNU screen
+# Authors:       grml-team (grml.org), (c) Michael Prokop <mika@grml.org>
+# Bug-Reports:   see http://grml.org/bugs/
+# License:       This file is licensed under the GPL v2 or any later version.
+################################################################################
+
 # who is allowed to connect via multiuser-mode?
 addacl root,grml
 
@@ -10,3 +17,5 @@ escape ^Bb
 
 # no nag-screen, please
 startup_message off
+
+## END OF FILE #################################################################