Changeset 3388193


Ignore:
Timestamp:
Oct 11, 2009, 3:21:31 AM (15 years ago)
Author:
sipb-www <sipb-www@…>
Branches:
master, debian, mac, no-cups, web
Children:
3947653
Parents:
a32b33d
git-author:
sipb-www <sipb-www@…> (10/11/09 03:21:31)
git-committer:
sipb-www <sipb-www@…> (10/11/09 03:21:31)
Message:

Bump remctl version.

Signed-off-by: sipb-www <sipb-www@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gutenbach-web/virtualenv-create

    r6388b71 r3388193  
    88
    99# Install remctl
    10 wget http://archives.eyrie.org/software/kerberos/remctl-2.13.tar.gz
    11 tar -xf remctl-2.13.tar.gz
    12 rm remctl-2.13.tar.gz
    13 cd remctl-2.13
     10VERSION="2.14"
     11wget http://archives.eyrie.org/software/kerberos/remctl-$VERSION.tar.gz
     12tar -xf remctl-$VERSION.tar.gz
     13rm remctl-$VERSION.tar.gz
     14cd remctl-$VERSION
    1415./configure --enable-python
    1516make
     
    1819python setup.py install
    1920cd ../..
    20 rm -rf remctl-2.13
     21rm -rf remctl-$VERSION
    2122
    2223python setup.py develop
Note: See TracChangeset for help on using the changeset viewer.