Changeset 490


Ignore:
Timestamp:
02/22/06 00:23:33 (7 years ago)
Author:
anarcat
Message:

[project @ alternc: changeset 2005-01-18 20:04:53 by anarcat]
remove shell debug and pretty print some stuff

Original author: anarcat
Date: 2005-01-18 20:04:53

File:
1 edited

Legend:

Unmodified
Added
Removed
  • debian/postinst

    r488 r490  
    1 #!/bin/sh -x 
     1#!/bin/sh 
    22 
    33set -e 
     
    105105    done 
    106106 
     107    # those variables could eventually be prompted for 
    107108    echo "The following variables have been left untouched in alternc.conf" 
    108109    echo "You will have to review those before manually launching alternc.install" 
    109110 
    110111    cat <<EOF 
    111     # variables not treated here (debconf variable) 
    112     # monitor_ip 
    113     # bind_internal 
    114     # dnsip 
    115     # myrandom 
    116     # mynetwork 
     112monitor_ip 
     113bind_internal 
     114dnsip 
     115myrandom 
     116mynetwork 
    117117EOF 
    118118 
Note: See TracChangeset for help on using the changeset viewer.