diff options
| author | Michael Neves | 2013-05-03 19:29:30 +0200 |
|---|---|---|
| committer | Michael Neves | 2013-05-03 19:29:30 +0200 |
| commit | 205c2c6a2e4b402d5b895f78f80cd32787876c19 (patch) | |
| tree | 941e3e46b90f4cab72eda3bad0654d511e5cd461 /remote/modules | |
| parent | Merge branch 'master' of git:openslx-ng/tm-scripts (diff) | |
| download | tm-scripts-205c2c6a2e4b402d5b895f78f80cd32787876c19.tar.gz tm-scripts-205c2c6a2e4b402d5b895f78f80cd32787876c19.tar.xz tm-scripts-205c2c6a2e4b402d5b895f78f80cd32787876c19.zip | |
rsyslog fix
Diffstat (limited to 'remote/modules')
3 files changed, 56 insertions, 3 deletions
diff --git a/remote/modules/rsyslogd/data/etc/rsyslog.conf b/remote/modules/rsyslogd/data/etc/rsyslog.conf index d181b06a..c002d602 100644 --- a/remote/modules/rsyslogd/data/etc/rsyslog.conf +++ b/remote/modules/rsyslogd/data/etc/rsyslog.conf @@ -81,4 +81,4 @@ news.notice -/var/log/news/news.notice daemon.*;mail.*;\ news.err;\ *.=debug;*.=info;\ - *.=notice;*.=warn |/dev/console + *.=notice;*.=warn diff --git a/remote/modules/vmchooser/data/usr/local/share/icons/xterm_48x48.xpm b/remote/modules/vmchooser/data/usr/local/share/icons/xterm_48x48.xpm new file mode 100644 index 00000000..44fb8109 --- /dev/null +++ b/remote/modules/vmchooser/data/usr/local/share/icons/xterm_48x48.xpm @@ -0,0 +1,53 @@ +/* XPM */ +static char * xterm_48x48_xpm[] = { +"48 48 2 1", +" c #000000", +". c #FFFFFF", +"................................................", +"...... ........", +"..... .................................. ......", +"..... ... ... . .....", +"..... .. ............................ .. .. ....", +"..... . .............................. . ... ...", +"..... . . .... ................... . .... ..", +"..... . .. .... .................... . .... ..", +"..... . ... .. ..................... . .... ..", +"..... . ... .. ..................... . .... ..", +"..... . .... ...................... . .... ..", +"..... . .... ...................... . .... ..", +"..... . ..... ....................... . .... ..", +"..... . .... ...................... . .... ..", +"..... . .... ...................... . .... ..", +"..... . ... .. ..................... . .... ..", +"..... . ... .. ..................... . .... ..", +"..... . .. .... .................... . .... ..", +"..... . . .... ................... . .... ..", +"..... . .............................. . .... ..", +"..... . .............................. . .... ..", +"..... . . . .. ... ... . . .... ..", +"..... . ... .... ...... ... .. ... . . .... ..", +"..... . ... .... ...... ... .. . . . . . .... ..", +"..... . ... .... ... ... . . . . . .... ..", +"..... . ... .... ...... . .... .. .. . . ... ...", +"..... . ... .... ...... .. ... .. .. . . ... ...", +"..... . ... .... .. ... .. ..... . . .. ....", +"..... . .............................. . .. ....", +"..... . .............................. . . .....", +"..... .. ............................ .. . .....", +"..... ... ... ......", +"..... .................................. ......", +"...... ........", +"................................................", +"................................................", +"...... ......", +"..... .................................. ......", +"..... . . . . . . . . . . . . . . . . .. ......", +".... .................................. . ......", +".... . . . . . . . . . . . . . . . . .. . ......", +"... .................................. .. ......", +"... . . . . . . . . . . . . . . . . .. .. ......", +".. .................................. .. .......", +".. . . . . . ........", +". .................................. . .........", +". ..........", +"................................................"}; diff --git a/remote/modules/vmchooser/data/usr/share/xsessions/xterm.desktop b/remote/modules/vmchooser/data/usr/share/xsessions/xterm.desktop index 52e20dca..150b65f2 100755 --- a/remote/modules/vmchooser/data/usr/share/xsessions/xterm.desktop +++ b/remote/modules/vmchooser/data/usr/share/xsessions/xterm.desktop @@ -4,7 +4,7 @@ Name=Xterm Name[de]=Xterm Comment=This session starts Xterm Comment[de]=Diese Sitzung startet Xterm -Exec=/usr/bin/xterm +Exec=/usr/bin/xterm -fullscreen TryExec=/usr/bin/xterm -Icon= +Icon=/usr/local/share/icons/xterm_48x48.xpm Type=Application |
