]> git.pld-linux.org Git - packages/efingerd.git/blame - efingerd-fortune_path.patch
- fixes path to fortune - from Michal Kochanowicz
[packages/efingerd.git] / efingerd-fortune_path.patch
CommitLineData
a09bf9f2
TP
1diff -urN efingerd-1.6.2.orig/examples-standard/nouser efingerd-1.6.2/examples-standard/nouser
2--- efingerd-1.6.2.orig/examples-standard/nouser 2001-10-29 09:50:28.000000000 +0100
3+++ efingerd-1.6.2/examples-standard/nouser 2004-04-03 13:33:53.102916072 +0200
4@@ -22,7 +22,7 @@
5 fi
6
7 if [ "$3" = "fortune" ]; then
8- /usr/games/fortune
9+ /usr/bin/fortune
10 exit 0
11 fi
12
13diff -urN efingerd-1.6.2.orig/examples-unusual/nouser efingerd-1.6.2/examples-unusual/nouser
14--- efingerd-1.6.2.orig/examples-unusual/nouser 2001-03-14 09:54:52.000000000 +0100
15+++ efingerd-1.6.2/examples-unusual/nouser 2004-04-03 13:33:45.788028104 +0200
16@@ -33,7 +33,7 @@
17 fi
18
19 if [ $3 = 'fortune' ]; then
20- /usr/games/fortune
21+ /usr/bin/fortune
22 exit 0
23 fi
24
This page took 0.493018 seconds and 4 git commands to generate.