]> git.pld-linux.org Git - packages/efingerd.git/blob - efingerd-fortune_path.patch
- from Michal Kochanowicz:
[packages/efingerd.git] / efingerd-fortune_path.patch
1 diff -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  
13 diff -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.205646 seconds and 3 git commands to generate.