git: mail(1) & battlestar(6): Rename some files.

Sascha Wildner swildner at crater.dragonflybsd.org
Mon May 23 04:04:56 PDT 2011


commit 937f07e069e150b93cfed49b0def7a66b9344abe
Author: Sascha Wildner <saw at online.de>
Date:   Mon May 23 13:00:41 2011 +0200

    mail(1) & battlestar(6): Rename some files.
    
    All these files had names which are reserved in Windows, which led
    to our tree being not correctly checked out to NTFS, for example.
    
    Reported-by: Adam Hoka <adam.hoka at gmail.com>

Summary of changes:
 games/battlestar/Makefile               |    4 ++--
 games/battlestar/{com1.c => command1.c} |    0
 games/battlestar/{com2.c => command2.c} |    0
 games/battlestar/{com3.c => command3.c} |    0
 games/battlestar/{com4.c => command4.c} |    0
 games/battlestar/{com5.c => command5.c} |    0
 games/battlestar/{com6.c => command6.c} |    0
 games/battlestar/{com7.c => command7.c} |    0
 usr.bin/mail/Makefile                   |    5 ++---
 usr.bin/mail/{aux.c => util.c}          |    0
 10 files changed, 4 insertions(+), 5 deletions(-)
 rename games/battlestar/{com1.c => command1.c} (100%)
 rename games/battlestar/{com2.c => command2.c} (100%)
 rename games/battlestar/{com3.c => command3.c} (100%)
 rename games/battlestar/{com4.c => command4.c} (100%)
 rename games/battlestar/{com5.c => command5.c} (100%)
 rename games/battlestar/{com6.c => command6.c} (100%)
 rename games/battlestar/{com7.c => command7.c} (100%)
 rename usr.bin/mail/{aux.c => util.c} (100%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/937f07e069e150b93cfed49b0def7a66b9344abe


-- 
DragonFly BSD source repository





More information about the Commits mailing list