diff options
author | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-28 17:40:13 +0000 |
---|---|---|
committer | rhatto <rhatto@370017ae-e619-0410-ac65-c121f96126d4> | 2006-10-28 17:40:13 +0000 |
commit | a05ae4a1b962a01be3f630e502f12f2e7b88c126 (patch) | |
tree | 470dcee488438078a3bb4498927e7c177f9bab5a /denyhosts | |
parent | 46cb740d802dc5735d3bc0effebda792ae154de0 (diff) | |
download | slackbuilds-a05ae4a1b962a01be3f630e502f12f2e7b88c126.tar.gz slackbuilds-a05ae4a1b962a01be3f630e502f12f2e7b88c126.tar.bz2 |
moving back DenyHosts to denyhosts
git-svn-id: svn+slack://slack.fluxo.info/var/svn/slackbuilds@542 370017ae-e619-0410-ac65-c121f96126d4
Diffstat (limited to 'denyhosts')
-rwxr-xr-x | denyhosts/DenyHosts.SlackBuild | 2 | ||||
-rwxr-xr-x | denyhosts/DenyHosts.build | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/denyhosts/DenyHosts.SlackBuild b/denyhosts/DenyHosts.SlackBuild index 4f0f4e25..1cc27e94 100755 --- a/denyhosts/DenyHosts.SlackBuild +++ b/denyhosts/DenyHosts.SlackBuild @@ -14,7 +14,7 @@ if [ -f "~/.slackbuildrc" ]; then fi # default settings -PACKAGE="DenyHosts" +PACKAGE="denyhosts" VERSION=${VERSION:=2.5} ARCH="noarch" BUILD=${BUILD:=1rha} diff --git a/denyhosts/DenyHosts.build b/denyhosts/DenyHosts.build index 5108f68d..1df3b34d 100755 --- a/denyhosts/DenyHosts.build +++ b/denyhosts/DenyHosts.build @@ -18,7 +18,7 @@ if [ -f "~/.slackbuildrc" ]; then fi # default settings -PACKAGE="DenyHosts" +PACKAGE="denyhosts" VERSION=${VERSION:=2.5} ARCH="noarch" BUILD=${BUILD:=1rha} |