Changeset 727


Ignore:
Timestamp:
06/15/06 11:01:00 (7 years ago)
Author:
mglb1
Message:

Make the hostname regexp check the entire hostname and not just the first
character

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ccsd/private/modules/ccs_monitor_rurallink.py

    r726 r727  
    5252DHCP_DEFAULTS = "/etc/default/dhcp3-server" 
    5353ASSOC_STORE_DIR = "/var/lib/ccsd/" 
    54 HOSTNAME_CHAR_RE = "[A-za-z0-9\-]" 
     54HOSTNAME_CHAR_RE = "^[A-za-z0-9\-]*$" 
    5555MAP_UPDATE_INTERVAL = 60*30 
    5656 
Note: See TracChangeset for help on using the changeset viewer.