Changeset 128
- Timestamp:
- 08/12/07 13:07:22 (1 year ago)
- Files:
-
- branches/1.9/lib/deprec/recipes/memcache.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/1.9/lib/deprec/recipes/memcache.rb
r115 r128 36 36 :make => 'make;', 37 37 :install => 'make install;', 38 :post_install => 'install -b s upport/apachectl /etc/init.d/httpd;'38 :post_install => 'install -b scripts/memcached-init /etc/init.d/memcached;' 39 39 } 40 40 apt.install( {:base => %w(libevent-dev)}, :stable )
