]> git.pld-linux.org Git - packages/efingerd.git/commitdiff
- fixes path to fortune - from Michal Kochanowicz
authorTomasz Pala <gotar@pld-linux.org>
Sat, 3 Apr 2004 12:48:43 +0000 (12:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    efingerd-fortune_path.patch -> 1.1

efingerd-fortune_path.patch [new file with mode: 0644]

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.075967 seconds and 4 git commands to generate.