diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2014-08-31 07:08:26 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2014-08-31 07:08:26 +0000 |
commit | d3a569e5d567c79f5a87a319edbb603e4e66802e (patch) | |
tree | 2d9b3c109ff6100e826036b43cc1f8fcf0c05f34 | |
parent | 3f4bdaa611c4edd777dfb15619738c9de109eead (diff) |
No need to update daemon_flags in the enviroment anymore since the
recent change to append_to_pkg_scripts().
-rw-r--r-- | usr.sbin/rcctl/rcctl.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/usr.sbin/rcctl/rcctl.sh b/usr.sbin/rcctl/rcctl.sh index 792b3c1503a..2770ceb4ea4 100644 --- a/usr.sbin/rcctl/rcctl.sh +++ b/usr.sbin/rcctl/rcctl.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: rcctl.sh,v 1.35 2014/08/30 20:37:46 ajacoutot Exp $ +# $OpenBSD: rcctl.sh,v 1.36 2014/08/31 07:08:25 ajacoutot Exp $ # # Copyright (c) 2014 Antoine Jacoutot <ajacoutot@openbsd.org> # @@ -224,9 +224,6 @@ add_flags() echo ${_svc}_flags=${_flags} >>${_TMP_RCCONF} fi rcconf_edit_end - - # update daemon_flags - eval "${_svc}_flags=\${_flags}" } rm_flags() |