From: Ben Gras Date: Tue, 26 Jul 2005 13:14:12 +0000 (+0000) Subject: Rename setupcd.sh to setup.sh, setup.sh to floppysetup.sh X-Git-Tag: v3.1.0~538 X-Git-Url: http://zhaoyanbai.com/repos/man.named-checkconf.html?a=commitdiff_plain;h=8e8593d1bfee5a85db14e6ac575538a3af17a371;p=minix.git Rename setupcd.sh to setup.sh, setup.sh to floppysetup.sh --- diff --git a/commands/scripts/Makefile b/commands/scripts/Makefile index 5058ee52f..94297165e 100755 --- a/commands/scripts/Makefile +++ b/commands/scripts/Makefile @@ -34,7 +34,7 @@ usr: \ /usr/bin/mkdep \ /usr/bin/mkdist \ /usr/bin/setup \ - /usr/bin/setupcd \ + /usr/bin/floppysetup \ /usr/bin/spell \ /usr/bin/srccrc \ /usr/bin/svclog \ @@ -102,7 +102,7 @@ clean: /usr/bin/mkdist: mkdist.sh install -m 755 -c -o bin $? $@ -/usr/bin/setupcd: setupcd.sh +/usr/bin/floppysetup: floppysetup.sh install -m 755 -c -o bin $? $@ /usr/bin/setup: setup.sh diff --git a/commands/scripts/setup.sh b/commands/scripts/floppysetup.sh similarity index 100% rename from commands/scripts/setup.sh rename to commands/scripts/floppysetup.sh