summaryrefslogtreecommitdiff
path: root/templates/system/host-name
AgeCommit message (Collapse)Author
2008-04-10Fix Bug 3069 Help strings should be standardizedMohit Mehta
-help strings standardized in vyatta-cfg-system
2008-03-03allow numbers in hostnameStephen Hemminger
Last commit blocked names like "test1", proper expression from RFC 952 is: <hname> ::= <name>*["."<name>] <name> ::= <let>[*[<let-or-digit-or-hyphen>]<let-or-digit>]
2008-03-03don't allow illegal hostnamesStephen Hemminger
Be more restrictive on hostnames to conform with RFC 952. Host name can't begin or end with a minus sign.
2008-02-06template cleanup and fix for bug 2785: update /etc/mailname with hostname.An-Cheng Huang
2008-01-31convert templates to new syntaxAn-Cheng Huang
2007-12-11fix sudo problem on installed systemAn-Cheng Huang
2007-12-10use "127.0.1.1" for configured hostname (leave "127.0.0.1" for localhost).An-Cheng Huang
2007-11-07use default if host-name is deletedAn-Cheng Huang
2007-10-24add 'sudo' for 'system' and 'service/ssh' configuration commands.An-Cheng Huang
2007-10-19move "system" configuration templates/scripts from vyatta-cfg.An-Cheng Huang