/[pxelator]/bin/start-split.sh
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /bin/start-split.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 38 - (hide annotations)
Wed Jul 29 14:22:16 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/x-sh
File size: 256 byte(s)
use screen instead of splitvt

(in preparation for DNS daemon which would require third split)

1 dpavlin 18 #!/bin/sh
2    
3 dpavlin 38 source conf/.install.sh
4 dpavlin 18
5 dpavlin 38 depends screen
6    
7     cat > /tmp/screenrc << ____
8    
9     autodetach on
10     defscrollback 10000
11     startup_message off
12    
13     split
14     screen -t dhcpd sudo ./bin/dhcpd.pl
15     focus down
16     screen -t tftpd sudo ./bin/tftpd.pl
17    
18     ____
19    
20     screen -c /tmp/screenrc

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26