From 8e8593d1bfee5a85db14e6ac575538a3af17a371 Mon Sep 17 00:00:00 2001 From: Ben Gras Date: Tue, 26 Jul 2005 13:14:12 +0000 Subject: [PATCH] Rename setupcd.sh to setup.sh, setup.sh to floppysetup.sh --- commands/scripts/Makefile | 4 ++-- commands/scripts/{setup.sh => floppysetup.sh} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename commands/scripts/{setup.sh => floppysetup.sh} (100%) 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 -- 2.44.0