From 247b9af02bd0d40109cc0ca40116a960c9f530e7 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 15 Jul 2013 14:14:46 +1000 Subject: Do not refer to FlySpray numbers These references to bug numbers assume we will forever be using that bug tracker. It is better to properly comment the code instead (which was done in almost all cases anyway). Signed-off-by: Allan McRae --- lib/libalpm/add.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/add.c') diff --git a/lib/libalpm/add.c b/lib/libalpm/add.c index 45c57b05..ac4e36a6 100644 --- a/lib/libalpm/add.c +++ b/lib/libalpm/add.c @@ -530,7 +530,7 @@ static int commit_single_pkg(alpm_handle_t *handle, alpm_pkg_t *newpkg, } /* prepare directory for database entries so permission are correct after - changelog/install script installation (FS#12263) */ + changelog/install script installation */ if(_alpm_local_db_prepare(db, newpkg)) { alpm_logaction(handle, ALPM_CALLER_PREFIX, "error: could not create database entry %s-%s\n", -- cgit v1.2.3-24-g4f1b