瀏覽代碼

Remove strict error checking from Red Hat init script

working on issue #4
tags/1.1
Timo Röhling 12 年之前
父節點
當前提交
6c1da85137
共有 1 個檔案被更改,包括 0 行新增2 行删除
  1. 0
    2
      postsrsd.rh_init.in

+ 0
- 2
postsrsd.rh_init.in 查看文件

9
 # pidfile: /var/run/@PROJECT_NAME@.pid
9
 # pidfile: /var/run/@PROJECT_NAME@.pid
10
 # config: /etc/default/@PROJECT_NAME@
10
 # config: /etc/default/@PROJECT_NAME@
11
 
11
 
12
-set -e
13
-
14
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
12
 PATH=/sbin:/bin:/usr/sbin:/usr/bin
15
 DAEMON=@CMAKE_INSTALL_PREFIX@/sbin/@POSTSRSD@
13
 DAEMON=@CMAKE_INSTALL_PREFIX@/sbin/@POSTSRSD@
16
 NAME=@PROJECT_NAME@
14
 NAME=@PROJECT_NAME@

Loading…
取消
儲存