- The patch patch-core__service_config.py's functionality is
subsumed into files/patch-core_config.py and hence is not needed anymore PR: ports/158751 Submitted by: gustau.perez@gmail.com (maintainer)
This commit is contained in:
parent
03fa6838a4
commit
47c2d1b7ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277413
@ -1,19 +0,0 @@
|
||||
--- core/service_config.py.orig 2011-06-29 20:00:20.785827385 +0200
|
||||
+++ core/service_config.py 2011-06-29 20:00:44.438339926 +0200
|
||||
@@ -18,7 +18,7 @@
|
||||
## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
###############################################################################
|
||||
|
||||
-import os
|
||||
+import os, stat
|
||||
import pickle
|
||||
import base64
|
||||
import logging
|
||||
@@ -184,6 +184,7 @@
|
||||
|
||||
def save(self):
|
||||
""""""
|
||||
+ os.chmod(self.path + CONF, stat.S_IRUSR|stat.S_IWUSR)
|
||||
f = open(self.path + CONF, "w")
|
||||
self.write(f)
|
||||
f.close()
|
Loading…
Reference in New Issue
Block a user