Skip to content

Commit

Permalink
dist/ubuntu: drop classical sysv init script, only support Upstart fo…
Browse files Browse the repository at this point in the history
…r Ubuntu 14.04LTS

Sysv init script was added just for prevent warning message on lintian,
never really used by Ubuntu users. Result of that, we often break this
script since upstart/systemd unit file frequently changed. It may
confuse users, it's better to use Upstart only, just like Fedora/CentOS.

Signed-off-by: Takuya ASADA <syuu@scylladb.com>
Message-Id: <1459177601-20269-2-git-send-email-syuu@scylladb.com>
  • Loading branch information
syuu1228 authored and penberg committed Mar 29, 2016
1 parent 42ce77a commit a5bb6c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 107 deletions.
106 changes: 0 additions & 106 deletions dist/ubuntu/debian/scylla-server.init

This file was deleted.

2 changes: 1 addition & 1 deletion dist/ubuntu/rules.in
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ override_dh_auto_install:
cp $(CURDIR)/scylla-gdb.py $(CURDIR)/debian/scylla-server-dbg/usr/lib/scylla

override_dh_installinit:
dh_installinit --no-start
dh_installinit --no-start --upstart-only

override_dh_strip:
dh_strip --dbg-package=scylla-server-dbg
Expand Down

0 comments on commit a5bb6c4

Please sign in to comment.