看板 DFBSD_commit 關於我們 聯絡資訊
commit 438868b7a9db2823b79b05238fcffc2aa38e3916 Author: Sascha Wildner <saw@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@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/438868b7a9db2823b79b05238fcffc2aa38e3916 -- DragonFly BSD source repository