You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FAQ.md
-8Lines changed: 0 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,6 @@ Table of Contents
31
31
*[Can it track user-edited configuration files that are associated with packages?](#24)
32
32
*[Can it do 2- or 3-way merges of package configuration files?](#25)
33
33
*[The README states "Directory leftovers are automatically removed if they are not in the MTREE." How does this work for directories that are shared between multiple packages? Does this mean that if I add a file to a directory that was created by a package, that file will be deleted automatically if I delete the package?](#26)
34
-
*[How to create a new plugin for pkgng?](#27)
35
34
36
35
<aname="0"></a>
37
36
### Q: How can I start using pkgng?
@@ -231,10 +230,3 @@ This is the standard way things work in the ports at the moment.
231
230
### Q: The README states "Directory leftovers are automatically removed if they are not in the MTREE." How does this work for directories that are shared between multiple packages? Does this mean that if I add a file to a directory that was created by a package, that file will be deleted automatically if I delete the package?
232
231
233
232
No. Directories have to be empty before they will be removed.
234
-
235
-
<aname="27"></a>
236
-
### Q: How to create a new plugin for pkgng?
237
-
238
-
If you are interested in creating a new plugin for pkgng you might want to check the following handbook which is an introduction to plugins writing for pkgng.
239
-
240
-
*[Introduction to writing plugins for pkgng in FreeBSD](http://unix-heaven.org/writing-plugins-for-pkgng)
0 commit comments