Typo in /etc/services

From: Daniel Gustafson (daniel_at_hobbit.se)
Date: 06/21/03

  • Next message: Robert Watson: "Re: locking problems in IPv6 code"
    Date: Sat, 21 Jun 2003 17:36:19 +0200
    To: freebsd-net@freebsd.org
    
    
    

    When doing some maintenance on my server i found what I believe to be a
    typo in the /etc/services file on the novastorbackup rows.

    -novastorbakcup 308/tcp #novastor backup
    -novastorbakcup 308/udp #novastor backup
    +novastorbackup 308/tcp #novastor backup
    +novastorbackup 308/udp #novastor backup

    The attached patch fixes this. This was found on my 4.7-STABLE machine
    but appears according to the cvsweb to bre present in at least
    5.1-RELEASE.

            sincerely

    -- 
    Daniel "DeGe" Gustafson - daniel@hobbit.se - CS Student, Mah Sweden
        -- "The idea of art kills creativity" - Douglas N Adams --
    
    
    

    _______________________________________________
    freebsd-net@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-net
    To unsubscribe, send any mail to "freebsd-net-unsubscribe@freebsd.org"



  • Next message: Robert Watson: "Re: locking problems in IPv6 code"