Browse Source

new: removed all the ``start`` and ``stop`` scripts.

They are not used and have currently no meanings. Besides, I'm not sure
I want to keep them for a future development anyway.
postgres
Valentin Lab 7 years ago
parent
commit
f4d837a565
  1. 3
      precise/0k-odoo-light/hooks/start
  2. 3
      precise/0k-odoo-light/hooks/stop
  3. 3
      precise/0k-openerp/hooks/start
  4. 3
      precise/0k-openerp/hooks/stop
  5. 7
      precise/apt-cacher/hooks/start
  6. 3
      precise/apt-cacher/hooks/stop
  7. 3
      precise/base-0k/hooks/start
  8. 3
      precise/base-0k/hooks/stop
  9. 3
      precise/ca/hooks/start
  10. 3
      precise/ca/hooks/stop
  11. 3
      precise/docker-builder/hooks/start
  12. 3
      precise/docker-builder/hooks/stop
  13. 3
      precise/docker-registry/hooks/start
  14. 3
      precise/docker-registry/hooks/stop
  15. 3
      precise/docker-updater/hooks/start
  16. 3
      precise/docker-updater/hooks/stop
  17. 3
      precise/etherpad/hooks/start
  18. 3
      precise/etherpad/hooks/stop
  19. 3
      precise/git/hooks/start
  20. 3
      precise/git/hooks/stop
  21. 3
      precise/jabber/hooks/start
  22. 3
      precise/jabber/hooks/stop
  23. 7
      precise/lamp/hooks/start
  24. 3
      precise/lamp/hooks/stop
  25. 3
      precise/ldap/hooks/start
  26. 3
      precise/ldap/hooks/stop
  27. 2
      precise/minecraft/hooks/start
  28. 2
      precise/minecraft/hooks/stop
  29. 3
      precise/mirror/hooks/start
  30. 3
      precise/mirror/hooks/stop
  31. 3
      precise/mumble/hooks/start
  32. 3
      precise/mumble/hooks/stop
  33. 7
      precise/pypi-cacher/hooks/start
  34. 3
      precise/pypi-cacher/hooks/stop
  35. 3
      precise/python-venv/hooks/start
  36. 3
      precise/python-venv/hooks/stop
  37. 3
      precise/rsted/hooks/start
  38. 3
      precise/rsted/hooks/stop
  39. 7
      precise/squid/hooks/start
  40. 3
      precise/squid/hooks/stop
  41. 3
      precise/svn/hooks/start
  42. 3
      precise/svn/hooks/stop
  43. 7
      precise/vpn/hooks/start
  44. 3
      precise/vpn/hooks/stop

3
precise/0k-odoo-light/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/0k-odoo-light/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

3
precise/0k-openerp/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/0k-openerp/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

7
precise/apt-cacher/hooks/start

@ -1,7 +0,0 @@
#!/bin/bash
## XXX: will need to add route:
route add -net VPN_NET gw LXC_NAME
juju-log "Nothing to Start for base."

3
precise/apt-cacher/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

3
precise/base-0k/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/base-0k/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

3
precise/ca/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/ca/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

3
precise/docker-builder/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/docker-builder/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

3
precise/docker-registry/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/docker-registry/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

3
precise/docker-updater/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/docker-updater/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

3
precise/etherpad/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/etherpad/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

3
precise/git/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/git/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

3
precise/jabber/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/jabber/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

7
precise/lamp/hooks/start

@ -1,7 +0,0 @@
#!/bin/bash
## XXX: will need to add route:
route add -net VPN_NET gw LXC_NAME
juju-log "Nothing to Start for base."

3
precise/lamp/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

3
precise/ldap/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/ldap/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

2
precise/minecraft/hooks/start

@ -1,2 +0,0 @@
#!/bin/bash

2
precise/minecraft/hooks/stop

@ -1,2 +0,0 @@
#!/bin/bash

3
precise/mirror/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/mirror/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

3
precise/mumble/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/mumble/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

7
precise/pypi-cacher/hooks/start

@ -1,7 +0,0 @@
#!/bin/bash
## XXX: will need to add route:
route add -net VPN_NET gw LXC_NAME
juju-log "Nothing to Start for base."

3
precise/pypi-cacher/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

3
precise/python-venv/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/python-venv/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

3
precise/rsted/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/rsted/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

7
precise/squid/hooks/start

@ -1,7 +0,0 @@
#!/bin/bash
## XXX: will need to add route:
route add -net VPN_NET gw LXC_NAME
juju-log "Nothing to Start for base."

3
precise/squid/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

3
precise/svn/hooks/start

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to Start for base."

3
precise/svn/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."

7
precise/vpn/hooks/start

@ -1,7 +0,0 @@
#!/bin/bash
## XXX: will need to add route:
route add -net VPN_NET gw LXC_NAME
juju-log "Nothing to Start for base."

3
precise/vpn/hooks/stop

@ -1,3 +0,0 @@
#!/bin/bash
juju-log "Nothing to stop for base."
Loading…
Cancel
Save