]> git.pld-linux.org Git - packages/efingerd.git/blobdiff - efingerd-fortune_path.patch
- fixes path to fortune - from Michal Kochanowicz
[packages/efingerd.git] / efingerd-fortune_path.patch
diff --git a/efingerd-fortune_path.patch b/efingerd-fortune_path.patch
new file mode 100644 (file)
index 0000000..65378ac
--- /dev/null
@@ -0,0 +1,24 @@
+diff -urN efingerd-1.6.2.orig/examples-standard/nouser efingerd-1.6.2/examples-standard/nouser
+--- efingerd-1.6.2.orig/examples-standard/nouser       2001-10-29 09:50:28.000000000 +0100
++++ efingerd-1.6.2/examples-standard/nouser    2004-04-03 13:33:53.102916072 +0200
+@@ -22,7 +22,7 @@
+ fi
+ if [ "$3" = "fortune" ]; then
+-  /usr/games/fortune
++  /usr/bin/fortune
+   exit 0
+ fi
+diff -urN efingerd-1.6.2.orig/examples-unusual/nouser efingerd-1.6.2/examples-unusual/nouser
+--- efingerd-1.6.2.orig/examples-unusual/nouser        2001-03-14 09:54:52.000000000 +0100
++++ efingerd-1.6.2/examples-unusual/nouser     2004-04-03 13:33:45.788028104 +0200
+@@ -33,7 +33,7 @@
+ fi
+ if [ $3 = 'fortune' ]; then
+-  /usr/games/fortune
++  /usr/bin/fortune
+   exit 0
+ fi
This page took 0.063102 seconds and 4 git commands to generate.