Rev 36 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 36 | Rev 37 | ||
|---|---|---|---|
| Line 20... | Line 20... | ||
| 20 | template among others, cmd_welcome.c still tried to read the file  | 
            20 | template among others, cmd_welcome.c still tried to read the file  | 
          
| 21 | specified by welcome_path (welcome.html by default) and wouldn't show  | 
            21 | specified by welcome_path (welcome.html by default) and wouldn't show  | 
          
| 22 | the welcome screen if the option was unset or the file couldn't be  | 
            22 | the welcome screen if the option was unset or the file couldn't be  | 
          
| 23 | read. This patch removes that check as well as the welcome_path and  | 
            23 | read. This patch removes that check as well as the welcome_path and  | 
          
| 24 | help_path options from prayer.cf.  | 
            24 | help_path options from prayer.cf.  | 
          
| - | 25 | * No longer install welcome.html (see above) and motd.html (no real  | 
          |
| - | 26 | content) in /etc/prayer. Install login_prefix.html, login_suffix.html,  | 
          |
| - | 27 | and motd.html (the versions found in files/etc.hermes in the  | 
          |
| - | 28 | distribution tarball) in /usr/share/doc/prayer/examples instead.  | 
          |
| - | 29 | * Do not install prayer-chroot (too experimental, hardcoded chroot path)  | 
          |
| - | 30 | or prayer-sem-prune (does nothing that ipcrm cannot do).  | 
          |
| 25 | 31 | ||
| 26 | -- Magnus Holmgren <holmgren@debian.org> Mon, 23 Jun 2008 21:32:03 +0200  | 
            32 | -- Magnus Holmgren <holmgren@debian.org> Mon, 23 Jun 2008 21:37:23 +0200  | 
          
| 27 | 33 | ||
| 28 | prayer (1.2.0-1) unstable; urgency=low  | 
            34 | prayer (1.2.0-1) unstable; urgency=low  | 
          
| 29 | 35 | ||
| 30 | * New upstream release featuring a major code reorganisation and a new  | 
            36 | * New upstream release featuring a major code reorganisation and a new  | 
          
| 31 | template system.  | 
            37 | template system.  |