Skip to content

Commit df6236c

Browse files
committed
FAQ: remove the entry pointing at a hijacked external resource
Fixes: #2062
1 parent 4662568 commit df6236c

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

FAQ.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Table of Contents
3131
* [Can it track user-edited configuration files that are associated with packages?](#24)
3232
* [Can it do 2- or 3-way merges of package configuration files?](#25)
3333
* [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)
3534

3635
<a name="0"></a>
3736
### Q: How can I start using pkgng?
@@ -231,10 +230,3 @@ This is the standard way things work in the ports at the moment.
231230
### 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?
232231

233232
No. Directories have to be empty before they will be removed.
234-
235-
<a name="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

Comments
 (0)