浏览代码

Back out previous change; service is stopped in prerm.


git-svn-id: https://svn.microneil.com/svn/PKG-SNF-CS-NIX/trunk@83 233e721a-07f6-49eb-a7da-05e0e16828fc
master
adeniz 11 年前
父节点
当前提交
0a38ab3406
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0
    4
      SNF_CS_Developer_Package/Packages/Ubuntu/snf-server/postrm

+ 0
- 4
SNF_CS_Developer_Package/Packages/Ubuntu/snf-server/postrm 查看文件

@@ -23,8 +23,6 @@ case "$1" in

purge)

service snf-server stop

rm -rf /etc/snf-server /usr/share/snf-server /var/log/snf-server

# Remove configuration to start SNFServer on boot.
@@ -33,8 +31,6 @@ case "$1" in

remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)

service snf-server stop

;;

*)

正在加载...
取消
保存