Use consistent naming for tools.

Resolves 430243
This commit is contained in:
Rob Crittenden
2008-01-25 11:23:12 -05:00
parent f4ef672dd6
commit 9827ffedb7
9 changed files with 17 additions and 17 deletions
+2 -2
View File
@@ -5,11 +5,11 @@ all: ;
install:
install -m 755 ipa-addradiusclient $(SBINDIR)
install -m 755 ipa-radiusclientmod $(SBINDIR)
install -m 755 ipa-modradiusclient $(SBINDIR)
install -m 755 ipa-delradiusclient $(SBINDIR)
install -m 755 ipa-findradiusclient $(SBINDIR)
install -m 755 ipa-addradiusprofile $(SBINDIR)
install -m 755 ipa-radiusprofilemod $(SBINDIR)
install -m 755 ipa-modradiusprofile $(SBINDIR)
install -m 755 ipa-delradiusprofile $(SBINDIR)
install -m 755 ipa-findradiusprofile $(SBINDIR)