From 64fbfb8c89723ddefd13e7850cb418023da919f5 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Wed, 30 Oct 2013 20:36:44 +0100 Subject: compile date and time into the binary --- pacredir.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pacredir.c b/pacredir.c index f76e556..3429d44 100644 --- a/pacredir.c +++ b/pacredir.c @@ -387,7 +387,7 @@ int main(int argc, char ** argv) { struct hosts * tmphosts; struct sockaddr_in address; - write_log(stdout, "Starting pacredir/" VERSION "\n"); + write_log(stdout, "Starting pacredir/" VERSION " (compiled: " __DATE__ ", " __TIME__ " for " ARCH ")\n"); /* allocate first struct element as dummy */ hosts = malloc(sizeof(struct hosts)); -- cgit v1.2.3-54-g00ecf