]> git.wincent.com - bansshee.git/commitdiff
Rename the "support" directory to "contrib"
authorWincent Colaiuta <win@wincent.com>
Tue, 23 Jun 2009 19:03:06 +0000 (21:03 +0200)
committerWincent Colaiuta <win@wincent.com>
Tue, 23 Jun 2009 19:03:06 +0000 (21:03 +0200)
This name should make it clearer that the files contained therein are
not "officially" part of Bansshee itself, but are contributed by users
and distributed as a convenience.

Signed-off-by: Wincent Colaiuta <win@wincent.com>
14 files changed:
INSTALL
README
contrib/README [moved from support/README with 100% similarity]
contrib/RHEL-ES3/README [moved from support/RHEL-ES3/README with 100% similarity]
contrib/RHEL-ES3/etc/log.d/conf/services/bansshee.conf [moved from support/RHEL-ES3/etc/log.d/conf/services/bansshee.conf with 100% similarity]
contrib/RHEL-ES3/etc/log.d/scripts/services/bansshee [moved from support/RHEL-ES3/etc/log.d/scripts/services/bansshee with 100% similarity]
contrib/RHEL-ES3/etc/rc.d/init.d/bansshee [moved from support/RHEL-ES3/etc/rc.d/init.d/bansshee with 100% similarity]
contrib/debian-sarge/README [moved from support/debian-sarge/README with 100% similarity]
contrib/debian-sarge/etc/bansshee.conf [moved from support/debian-sarge/etc/bansshee.conf with 100% similarity]
contrib/debian-sarge/etc/init.d/bansshee [moved from support/debian-sarge/etc/init.d/bansshee with 100% similarity]
contrib/ubuntu-dapper/etc/bansshee.conf [moved from support/ubuntu-dapper/etc/bansshee.conf with 100% similarity]
contrib/ubuntu-dapper/etc/init.d/bansshee [moved from support/ubuntu-dapper/etc/init.d/bansshee with 100% similarity]
contrib/ubuntu-dapper/etc/logwatch/conf/services/bansshee.conf [moved from support/ubuntu-dapper/etc/logwatch/conf/services/bansshee.conf with 100% similarity]
contrib/ubuntu-dapper/etc/logwatch/scripts/services/bansshee [moved from support/ubuntu-dapper/etc/logwatch/scripts/services/bansshee with 100% similarity]

diff --git a/INSTALL b/INSTALL
index 21c63279ce7cff9f00d7d87e630d2d92b7c745d6..27a2bca213e3160508e9c51f9c6da86690173156 100644 (file)
--- a/INSTALL
+++ b/INSTALL
@@ -18,5 +18,5 @@ To install manually you would use a pair of commands like:
 
 See the README file for details on configuring, starting and stopping Bansshee.
 
-See the support directory for platform-specific files such as init scripts (for
+See the contrib directory for platform-specific files such as init scripts (for
 automatic launch at boot time) and LogWatch filters.
diff --git a/README b/README
index c468f0e4095e4cce14542d2e84f8de2daa28cd2f..d26e4a5f8e5bf200aadcc98044599d9663acb402 100644 (file)
--- a/README
+++ b/README
@@ -110,7 +110,7 @@ STARTING BANSSHEE
 
 For information on installing Bansshee see the INSTALL file.
 
-For automatic startup at boot time see the platform-specific files in the support directory. If Bansshee has been set up to start automatically at boot time then it should always be started (and stopped) using the same control script. For example, on Red Had Enterprise Linux the following command would be used:
+For automatic startup at boot time see the platform-specific files in the contrib directory. If Bansshee has been set up to start automatically at boot time then it should always be started (and stopped) using the same control script. For example, on Red Had Enterprise Linux the following command would be used:
 
   sudo service bansshee start
 
similarity index 100%
rename from support/README
rename to contrib/README