Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Leap:42.2:Ports
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/ptasks.c | 2 +- modules/operserv/uptime.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) Index: atheme-services-7.2.1/libathemecore/ptasks.c =================================================================== --- atheme-services-7.2.1.orig/libathemecore/ptasks.c +++ atheme-services-7.2.1/libathemecore/ptasks.c @@ -45,7 +45,7 @@ int get_version_string(char *buf, size_t { const crypt_impl_t *ci = crypt_get_default_provider(); return snprintf(buf, bufsize, "%s. %s %s :%s [%s] [enc:%s] Build Date: %s", - PACKAGE_STRING, me.name, revision, get_conf_opts(), ircd->ircdname, ci->id, __DATE__); + PACKAGE_STRING, me.name, revision, get_conf_opts(), ircd->ircdname, ci->id, "suse"); } void handle_version(user_t *u) Index: atheme-services-7.2.1/modules/operserv/uptime.c =================================================================== --- atheme-services-7.2.1.orig/modules/operserv/uptime.c +++ atheme-services-7.2.1/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