Browse Source

chg: deleted unused ``start`` and ``stop`` scripts.

postgres
Valentin Lab 8 years ago
parent
commit
201007133c
  1. 7
      precise/dns/hooks/start
  2. 3
      precise/dns/hooks/stop
  3. 3
      precise/docker/hooks/start
  4. 3
      precise/docker/hooks/stop
  5. 3
      precise/mail/hooks/start
  6. 3
      precise/mail/hooks/stop

7
precise/dns/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/dns/hooks/stop

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

3
precise/docker/hooks/start

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

3
precise/docker/hooks/stop

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

3
precise/mail/hooks/start

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

3
precise/mail/hooks/stop

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