?revision_form?Rev ?revision_input??revision_submit??revision_endform?
  
    Rev 9 |
    Details |
    Compare with Previous |
    Last modification |
    View Log
    | RSS feed
  
  
  
     
        
        | Rev | 
        Author | 
        Line No. | 
        Line | 
        
     
     
        
           | 3 | 
           magnus | 
           1 | 
           #!/bin/sh  | 
        
        
            | 
            | 
           2 | 
           # pre remove script for the Debian GNU/Linux oidentd package  | 
        
        
            | 
            | 
           3 | 
              | 
        
        
            | 
            | 
           4 | 
           set -e  | 
        
        
            | 
            | 
           5 | 
              | 
        
        
           | 9 | 
           magnus | 
           6 | 
           if which update-inetd > /dev/null; then  | 
        
        
           | 3 | 
           magnus | 
           7 | 
           	update-inetd --pattern "oidentd" --remove ident  | 
        
        
            | 
            | 
           8 | 
           fi  | 
        
        
            | 
            | 
           9 | 
              | 
        
        
            | 
            | 
           10 | 
           #DEBHELPER#  |