Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
Please login to access the resource
openSUSE:12.3
atheme
atheme-nodate.diff
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File atheme-nodate.diff of Package atheme
From: Jan Engelhardt <jengelh@inai.de> Date: 2012-10-28 01:35:57.295975255 +0200 __DATE__ is not desired; causes unnecessary rebuilds. --- libathemecore/ctcp-common.c | 4 ++-- libathemecore/ptasks.c | 4 ++-- modules/operserv/uptime.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) Index: atheme-services-7.0.5/libathemecore/ctcp-common.c =================================================================== --- atheme-services-7.0.5.orig/libathemecore/ctcp-common.c +++ atheme-services-7.0.5/libathemecore/ctcp-common.c @@ -41,8 +41,8 @@ static void ctcp_ping_handler(sourceinfo static void ctcp_version_handler(sourceinfo_t *si, char *cmd, char *args) { notice(si->service->nick, si->su->nick, - "\001VERSION %s. %s %s %s [%s] Build Date: %s\001", - PACKAGE_STRING, revision, me.name, get_conf_opts(), ircd->ircdname, __DATE__); + "\001VERSION %s. %s %s %s [%s] Build Date: irrelevant\001", + PACKAGE_STRING, revision, me.name, get_conf_opts(), ircd->ircdname); } static void ctcp_clientinfo_handler(sourceinfo_t *si, char *cmd, char *args) Index: atheme-services-7.0.5/libathemecore/ptasks.c =================================================================== --- atheme-services-7.0.5.orig/libathemecore/ptasks.c +++ atheme-services-7.0.5/libathemecore/ptasks.c @@ -49,8 +49,8 @@ void handle_version(user_t *u) if (floodcheck(u, NULL)) return; - numeric_sts(me.me, 351, u, "%s. %s %s :%s [%s] Build Date: %s", - PACKAGE_STRING, me.name, revision, get_conf_opts(), ircd->ircdname, __DATE__); + numeric_sts(me.me, 351, u, "%s. %s %s :%s [%s] Build Date: irrelevant", + PACKAGE_STRING, me.name, revision, get_conf_opts(), ircd->ircdname); } void handle_admin(user_t *u) Index: atheme-services-7.0.5/modules/operserv/uptime.c =================================================================== --- atheme-services-7.0.5.orig/modules/operserv/uptime.c +++ atheme-services-7.0.5/modules/operserv/uptime.c @@ -33,7 +33,7 @@ static void os_cmd_uptime(sourceinfo_t * { logcommand(si, CMDLOG_GET, "UPTIME"); - command_success_nodata(si, "%s [%s] Build Date: %s", PACKAGE_STRING, revision, __DATE__); + command_success_nodata(si, "%s [%s] Build Date: irrelevant", PACKAGE_STRING, revision); command_success_nodata(si, _("Services have been up for %s"), timediff(CURRTIME - me.start)); command_success_nodata(si, _("Current PID: %d"), getpid()); command_success_nodata(si, _("Registered accounts: %d"), cnt.myuser);
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor