File: 207_allow_per-terminal_tweaks.diff

package info (click to toggle)
lessdisks 0.5.3cvs.20040906-16
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,480 kB
  • ctags: 271
  • sloc: sh: 3,058; makefile: 92
file content (12 lines) | stat: -rw-r--r-- 449 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
--- lessdisks-0.5.3cvs.20040906.orig/base/init.d-scripts/lessdisks
+++ lessdisks-0.5.3cvs.20040906/base/init.d-scripts/lessdisks
@@ -172,6 +172,9 @@
 echo $hostname > $rw/etc/hostname
 echo "hostname=$hostname" >> $rw/etc/config
 
+# Allow per-terminal tweaks
+. "/etc/lessdisks/terminals/$hostname"
+
 # load modules if defined
 # modules which require additional options should use commas:
 # i.e.: "sb io=0x200" should be listed as "sb,io=0x220"