Changeset 128

Show
Ignore:
Timestamp:
08/12/07 13:07:22 (1 year ago)
Author:
mbailey
Message:

fixed copy/paste oversight

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/1.9/lib/deprec/recipes/memcache.rb

    r115 r128  
    3636      :make => 'make;', 
    3737      :install => 'make install;', 
    38       :post_install => 'install -b support/apachectl /etc/init.d/httpd;' 
     38      :post_install => 'install -b scripts/memcached-init /etc/init.d/memcached;' 
    3939    } 
    4040    apt.install( {:base => %w(libevent-dev)}, :stable )