Ignore:
Timestamp:
Dec 24, 2009, 7:48:04 PM (14 years ago)
Author:
gdb
Message:

Fixed perlishness

Location:
trunk/packages/hvirt-devconfig/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/hvirt-devconfig/debian/changelog

    r2784 r2785  
    44  * Fixed entry for console in master.yaml
    55
    6  --
     6 -- Greg Brockman <gdb@mit.edu>  Thu, 24 Dec 2009 19:34:11 -0500
    77
    88hvirt-devconfig (0.5) unstable; urgency=low
  • trunk/packages/hvirt-devconfig/debian/hvirt-devconfig.postinst

    r2783 r2785  
    2121    configure)
    2222        # Need to do it like this to avoid shell injection
    23         /usr/bin/perl -i -e '$r = `invirt-getconf kerberos.realm`; $r.chomp;
     23        /usr/bin/perl -i -e '$r = `invirt-getconf kerberos.realm`; chomp($r);
    2424        while(<>) { s/^([ \t]*default_realm *=).*$/\1 $r/m; print; }' /etc/krb5.conf.invirt
    2525    ;;
Note: See TracChangeset for help on using the changeset viewer.