Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F3768501
D671.id1690.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
482 B
Referenced Files
None
Subscribers
None
D671.id1690.diff
View Options
Index: pkgng/etckeeper.c
===================================================================
--- pkgng/etckeeper.c
+++ pkgng/etckeeper.c
@@ -97,11 +97,13 @@
char *argv[] = {
"etckeeper",
arg,
+ "-d",
+ "/usr/local/etc",
NULL,
};
if ((error = posix_spawn(&pid, ETCKEEPER_PATH, NULL, NULL,
- __DECONST(char **, argv), environ)) != 0) {
+ argv, environ)) != 0) {
errno = error;
pkg_plugin_errno(self, "Failed to spawn process", arg);
return (EPKG_FATAL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 24, 08:21 (9 h, 27 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2259833
Default Alt Text
D671.id1690.diff (482 B)
Attached To
Mode
D671: pkgng etckeeper plugin should care about /usr/local/etc
Attached
Detach File
Event Timeline
Log In to Comment