summaryrefslogtreecommitdiff
path: root/data/lighttpd
diff options
context:
space:
mode:
authorJay Freeman <saurik@saurik.com>2008-06-18 07:22:07 +0000
committerJay Freeman <saurik@saurik.com>2008-06-18 07:22:07 +0000
commit2893b4289e0e13e22470908a0326515b9c1ec333 (patch)
tree3ce4223c038d8531ff5d013331a05405eebd4451 /data/lighttpd
parent056bad3691237101d94ac0e747a1bab418ba13ae (diff)
Went through and did my best to remove timestamping.
git-svn-id: http://svn.telesphoreo.org/trunk@326 514c082c-b64e-11dc-b46d-3d985efe055d
Diffstat (limited to 'data/lighttpd')
-rw-r--r--data/lighttpd/timestamp.diff22
1 files changed, 22 insertions, 0 deletions
diff --git a/data/lighttpd/timestamp.diff b/data/lighttpd/timestamp.diff
new file mode 100644
index 000000000..420dfb6d9
--- /dev/null
+++ b/data/lighttpd/timestamp.diff
@@ -0,0 +1,22 @@
+diff -ru lighttpd-1.4.18/src/server.c lighttpd-1.4.18+iPhone/src/server.c
+--- lighttpd-1.4.18/src/server.c 2007-09-05 10:39:56.000000000 +0000
++++ lighttpd-1.4.18+iPhone/src/server.c 2008-06-18 03:52:58.000000000 +0000
+@@ -322,8 +322,7 @@
+ # define TEXT_SSL
+ #endif
+ char *b = PACKAGE_NAME "-" PACKAGE_VERSION TEXT_SSL \
+-" - a light and fast webserver\n" \
+-"Build-Date: " __DATE__ " " __TIME__ "\n";
++" - a light and fast webserver\n";
+ ;
+ #undef TEXT_SSL
+ write(STDOUT_FILENO, b, strlen(b));
+@@ -458,7 +457,7 @@
+ #else
+ # define TEXT_SSL
+ #endif
+- char *b = PACKAGE_NAME "-" PACKAGE_VERSION TEXT_SSL " ("__DATE__ " " __TIME__ ")" \
++ char *b = PACKAGE_NAME "-" PACKAGE_VERSION TEXT_SSL \
+ " - a light and fast webserver\n" \
+ "usage:\n" \
+ " -f <name> filename of the config-file\n" \