Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ ]
Title packaging: don't clutter /usr/bin Priority wish Status in-progress Superseder Nosy List poeml Assigned To poeml Keywords Packaging
There are too many scripts in /usr/bin, some of them not really relevant to the user/admin. Those could be moved to /usr/share/mirrorbrain, so /usr/bin is not unnecessarily cluttered.
How about the following scheme:
/usr/bin: /usr/bin/geoip-lite-update /usr/bin/geoiplookup_city /usr/bin/geoiplookup_continent /usr/bin/mirrorprobe /usr/bin/null-rsync /usr/bin/rsyncinfo
/usr/share/mirrorbrain: /usr/share/mirrorbrain/bdecode /usr/share/mirrorbrain/create_timestamp /usr/share/mirrorbrain/rsyncusers
these can be deleted (they exist for backwards compatibility): /usr/bin/mirrordoctor /usr/bin/metalink-hasher
geoiplookup* binaries are now also looked for in /usr/share/mirrorbrain, so they could be moved there. http://svn.mirrorbrain.org/viewvc/mirrorbrain?view=revision&revision=8291
metalink-hasher.py now prints a warning that it is obsolete, so it can be removed in the future. http://svn.mirrorbrain.org/viewvc/mirrorbrain?view=revision&revision=8290
History Date User Action Args 2014-01-22 20:20:36 poeml set priority: bug -> wish messages: + msg393 2012-05-02 23:04:29 poeml set title: don't clutter /usr/bin -> packaging: don't clutter /usr/bin 2012-05-02 22:57:38 poeml create
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue migrated (2015-06-05) from old issue tracker http://mirrorbrain.org/issues/issue110
msg392 (view) Author: poeml Date: 2012-05-02.22:57:37
There are too many scripts in /usr/bin, some of them not really relevant to the
user/admin. Those could be moved to /usr/share/mirrorbrain, so /usr/bin is not
unnecessarily cluttered.
How about the following scheme:
/usr/bin:
/usr/bin/geoip-lite-update
/usr/bin/geoiplookup_city
/usr/bin/geoiplookup_continent
/usr/bin/mirrorprobe
/usr/bin/null-rsync
/usr/bin/rsyncinfo
/usr/share/mirrorbrain:
/usr/share/mirrorbrain/bdecode
/usr/share/mirrorbrain/create_timestamp
/usr/share/mirrorbrain/rsyncusers
these can be deleted (they exist for backwards compatibility):
/usr/bin/mirrordoctor
/usr/bin/metalink-hasher
msg393 (view) Author: poeml Date: 2012-05-02.23:04:29
geoiplookup* binaries are now also looked for in /usr/share/mirrorbrain, so they
could be moved there.
http://svn.mirrorbrain.org/viewvc/mirrorbrain?view=revision&revision=8291
metalink-hasher.py now prints a warning that it is obsolete, so it can be removed in
the future.
http://svn.mirrorbrain.org/viewvc/mirrorbrain?view=revision&revision=8290
(end of migrated issue)
The text was updated successfully, but these errors were encountered: