Changeset 1104


Ignore:
Timestamp:
Oct 11, 2008, 8:56:30 PM (16 years ago)
Author:
price
Message:

fix dumb textual mistakes in sipb-xen-database-server initscript

Location:
trunk/packages/sipb-xen-database/debian
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/packages/sipb-xen-database/debian/changelog

    r1101 r1104  
     1sipb-xen-database (10.30.3) unstable; urgency=low
     2
     3  * fix copy-paste errors in initscript: this is database, not console
     4  * fix "typo" in initscript for package name printed in logs
     5
     6 -- Greg Price <price@mit.edu>  Sat, 11 Oct 2008 17:50:11 -0700
     7
    18sipb-xen-database (10.30.2) unstable; urgency=low
    29
  • trunk/packages/sipb-xen-database/debian/sipb-xen-database-server.init

    r989 r1104  
    11#!/bin/bash
    22### BEGIN INIT INFO
    3 # Provides:          sipb-xen-console
     3# Provides:          sipb-xen-database-server
    44# Required-Start:    $local_fs $remote_fs
    55# Required-Stop:     $local_fs $remote_fs
    66# Default-Start:     2 3 4 5
    77# Default-Stop:      0 1 6
    8 # Short-Description: sipb-xen Console Server homedir filesystem
     8# Short-Description: sipb-xen database server
    99# Description:       
    1010### END INIT INFO
    1111
    12 PACKAGE=sipb-xen-database-tables
     12PACKAGE=sipb-xen-database-server
    1313
    1414# Exit if the package is not installed
Note: See TracChangeset for help on using the changeset viewer.