forked from linagora/OBM
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
OBMFULL-4121 Either make scripts work with 'set -e' or remove it
- Loading branch information
Erwan Queffélec
authored and
Stéphen Le Maistre
committed
Mar 5, 2013
1 parent
b7878fb
commit c61cd35
Showing
4 changed files
with
0 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,6 @@ | |
# Anthony Prades <[email protected]> | ||
# | ||
|
||
# Do NOT "set -e" | ||
|
||
DESC="obmSaslauthd service" | ||
NAME=init-obmsaslauthd | ||
DAEMON=/usr/share/obm-saslauthd/obmSaslauthd.pl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,8 +11,6 @@ | |
# Author: Sylvain Garcia <[email protected]> | ||
# | ||
|
||
# Do NOT "set -e" | ||
|
||
DESC="obmSatellite service" | ||
NAME=init-obmsatellite | ||
DAEMON=/usr/share/obm-satellite/obmSatellite.pl | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#!/bin/sh | ||
|
||
#set -e | ||
#set -x | ||
|
||
. /usr/share/debconf/confmodule | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
#!/bin/sh | ||
|
||
#set -e | ||
#set -x | ||
|
||
case "$1" in | ||
|