initial commit
This commit is contained in:
commit
69cb2a4fc8
13 changed files with 1626 additions and 0 deletions
12
mkconf.pl
Executable file
12
mkconf.pl
Executable file
|
@ -0,0 +1,12 @@
|
|||
#!/usr/bin/perl
|
||||
$name = $ARGV[0];
|
||||
$dnsdomainname = `dnsdomainname`;
|
||||
chomp($dnsdomainname);
|
||||
|
||||
print "hosts.$name.displayname = $name.$dnsdomainname
|
||||
hosts.$name.method = connect
|
||||
hosts.$name.hostname = $name
|
||||
hosts.$name.port = 27001
|
||||
hosts.$name.comment = $name
|
||||
|
||||
"
|
Loading…
Add table
Add a link
Reference in a new issue