blob: 26adce9dd81a508baad857c6849f60e59fef6472 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
|
bin/about
bin/lpreserver
bin/pc-metapkgmanager
bin/pc-pkg
bin/warden
bin/pc-extractoverlay
bin/pc-updatemanager
bin/pc-fbsdupdatecheck
bin/pc-su
bin/pbreg
bin/pc-krbconf
bin/pc-ldapconf
bin/pc-nssconf
bin/pc-nssldapconf
bin/pc-pamconf
bin/pc-sambaconf
bin/pc-adctl
bin/pc-ldapctl
bin/de-info
bin/pc-thinclient
bin/pc-xdgutil
bin/pc-firstgui
bin/pc-runxgui
bin/pc-checkxdisplay
bin/enable_user_pefs
sbin/pc-sysinstall
share/lpreserver/backend/zfsmon.sh
share/lpreserver/backend/zfsrmsnap.sh
share/lpreserver/backend/runrep.sh
share/lpreserver/backend/zfsrevertsnap.sh
share/lpreserver/backend/functions.sh
share/lpreserver/backend/zfslistsnap.sh
share/lpreserver/backend/zfslistcron.sh
share/lpreserver/backend/zfscronsnap.sh
share/lpreserver/backend/backup-zfs.sh
share/lpreserver/backend/zfsmksnap.sh
share/lpreserver/backend/runsnap.sh
share/warden/agent.png
share/warden/warden.png
share/warden/scripts/rc.d/wardenrc
share/warden/scripts/rc.d/startup.sh
share/warden/scripts/rc.d/shutdown.sh
share/warden/scripts/backend/checkupdates.sh
share/warden/scripts/backend/createjail.sh
share/warden/scripts/backend/createtemplate.sh
share/warden/scripts/backend/zfslistsnap.sh
share/warden/scripts/backend/zfsrevertsnap.sh
share/warden/scripts/backend/zfsrmclone.sh
share/warden/scripts/backend/details.sh
share/warden/scripts/backend/zfsmksnap.sh
share/warden/scripts/backend/startjail.sh
share/warden/scripts/backend/chrootjail.sh
share/warden/scripts/backend/listjails.sh
share/warden/scripts/backend/listpbis.sh
share/warden/scripts/backend/cronsnap.sh
share/warden/scripts/backend/setupusers.sh
share/warden/scripts/backend/checkstatus.sh
share/warden/scripts/backend/zfsclonesnap.sh
share/warden/scripts/backend/functions.sh
share/warden/scripts/backend/importjail.sh
share/warden/scripts/backend/stopjail.sh
share/warden/scripts/backend/zfsrmsnap.sh
share/warden/scripts/backend/listpkgs.sh
share/warden/scripts/backend/exportjail.sh
share/warden/scripts/backend/deletejail.sh
share/warden/scripts/backend/zfslistclone.sh
share/warden/scripts/backend/zfscronsnap.sh
share/warden/linux-installs/debian-6-squeeze
share/warden/linux-installs/gentoo-stage3-i486
share/pc-sysinstall/examples/pcinstall.cfg.upgrade
share/pc-sysinstall/examples/pc-autoinstall.conf
share/pc-sysinstall/examples/pcinstall.cfg.rsync
share/pc-sysinstall/examples/pcinstall.cfg.fbsd-netinstall
share/pc-sysinstall/examples/pcinstall.cfg.restore
share/pc-sysinstall/examples/pcinstall.cfg.geli
share/pc-sysinstall/examples/pcinstall.cfg.netinstall
share/pc-sysinstall/examples/README
share/pc-sysinstall/examples/pcinstall.cfg.gmirror
share/pc-sysinstall/examples/pcinstall.cfg.zfs
share/pc-sysinstall/backend-query/list-components.sh
share/pc-sysinstall/backend-query/sys-mem.sh
share/pc-sysinstall/backend-query/xkeyboard-variants.sh
share/pc-sysinstall/backend-query/setup-ssh-keys.sh
share/pc-sysinstall/backend-query/xkeyboard-layouts.sh
share/pc-sysinstall/backend-query/enable-net.sh
share/pc-sysinstall/backend-query/detect-laptop.sh
share/pc-sysinstall/backend-query/list-packages.sh
share/pc-sysinstall/backend-query/disk-info.sh
share/pc-sysinstall/backend-query/list-mirrors.sh
share/pc-sysinstall/backend-query/update-part-list.sh
share/pc-sysinstall/backend-query/disk-part.sh
share/pc-sysinstall/backend-query/query-langs.sh
share/pc-sysinstall/backend-query/test-live.sh
share/pc-sysinstall/backend-query/list-rsync-backups.sh
share/pc-sysinstall/backend-query/get-packages.sh
share/pc-sysinstall/backend-query/test-netup.sh
share/pc-sysinstall/backend-query/send-logs.sh
share/pc-sysinstall/backend-query/set-mirror.sh
share/pc-sysinstall/backend-query/detect-nics.sh
share/pc-sysinstall/backend-query/disk-list.sh
share/pc-sysinstall/backend-query/xkeyboard-models.sh
share/pc-sysinstall/backend-query/list-tzones.sh
share/pc-sysinstall/backend-query/list-config.sh
share/pc-sysinstall/backend-query/detect-emulation.sh
share/pc-sysinstall/backend/parseconfig.sh
share/pc-sysinstall/backend/functions-localize.sh
share/pc-sysinstall/backend/functions-mountdisk.sh
share/pc-sysinstall/backend/functions-users.sh
share/pc-sysinstall/backend/functions-extractimage.sh
share/pc-sysinstall/backend/functions.sh
share/pc-sysinstall/backend/functions-networking.sh
share/pc-sysinstall/backend/functions-ftp.sh
share/pc-sysinstall/backend/functions-installpackages.sh
share/pc-sysinstall/backend/functions-packages.sh
share/pc-sysinstall/backend/functions-upgrade.sh
share/pc-sysinstall/backend/functions-installcomponents.sh
share/pc-sysinstall/backend/functions-newfs.sh
share/pc-sysinstall/backend/functions-runcommands.sh
share/pc-sysinstall/backend/functions-unmount.sh
share/pc-sysinstall/backend/functions-mountoptical.sh
share/pc-sysinstall/backend/functions-bsdlabel.sh
share/pc-sysinstall/backend/functions-zfsrestore.sh
share/pc-sysinstall/backend/startautoinstall.sh
share/pc-sysinstall/backend/installimage.sh
share/pc-sysinstall/backend/functions-parse.sh
share/pc-sysinstall/backend/functions-cleanup.sh
share/pc-sysinstall/backend/functions-disk.sh
share/pc-sysinstall/backend-partmanager/delete-part.sh
share/pc-sysinstall/backend-partmanager/create-part.sh
share/pc-sysinstall/conf/avail-langs
share/pc-sysinstall/conf/exclude-from-upgrade
share/pc-sysinstall/conf/pc-sysinstall.conf
share/pc-sysinstall/conf/licenses/nvidia-en.txt
share/pc-sysinstall/conf/licenses/intel-en.txt
share/pc-sysinstall/conf/licenses/bsd-en.txt
share/pc-sysinstall/doc/help-disk-list
share/pc-sysinstall/doc/help-index
share/pc-sysinstall/doc/help-disk-size
share/pc-sysinstall/doc/help-start-autoinstall
share/pcbsd/bin/pkg
share/pcbsd/conf/pcbsd-mirrors
share/pcbsd/conf/pbi-mirror
share/pcbsd/conf/pkg-mirror
share/pcbsd/conf/iso-mirror
share/pcbsd/conf/update-mirror
share/pcbsd/conf/port-excludes
share/pcbsd/conf/prune-port-files
share/pcbsd/conf/desktop-excludes
share/pcbsd/conf/server-excludes
share/pcbsd/pefs/other
share/pcbsd/pefs/system
share/pcbsd/distfiles/desktop-overlay.txz
share/pcbsd/distfiles/port-overlay.txz
share/pcbsd/distfiles/server-overlay.txz
share/pcbsd/metaset/trueos/PostgreSQL/ports-list
share/pcbsd/metaset/trueos/PostgreSQL/pkg-parent
share/pcbsd/metaset/trueos/PostgreSQL/pkg-icon.png
share/pcbsd/metaset/trueos/PostgreSQL/pkg-desc
share/pcbsd/metaset/trueos/Lighttp/ports-list
share/pcbsd/metaset/trueos/Lighttp/pkg-parent
share/pcbsd/metaset/trueos/Lighttp/pkg-desc
share/pcbsd/metaset/trueos/Lighttp/pkg-icon.png
share/pcbsd/metaset/trueos/File-Servers/pkg-icon.png
share/pcbsd/metaset/trueos/File-Servers/pkg-desc
share/pcbsd/metaset/trueos/Samba/pkg-icon.png
share/pcbsd/metaset/trueos/Samba/pkg-parent
share/pcbsd/metaset/trueos/Samba/ports-list
share/pcbsd/metaset/trueos/Samba/pkg-desc
share/pcbsd/metaset/trueos/ownCloud/pkg-desc
share/pcbsd/metaset/trueos/ownCloud/pkg-icon.png
share/pcbsd/metaset/trueos/ownCloud/ports-list
share/pcbsd/metaset/trueos/ownCloud/pkg-parent
share/pcbsd/metaset/trueos/NGINX/pkg-icon.png
share/pcbsd/metaset/trueos/NGINX/ports-list
share/pcbsd/metaset/trueos/NGINX/pkg-parent
share/pcbsd/metaset/trueos/NGINX/pkg-desc
share/pcbsd/metaset/trueos/VirtualBox/pkg-parent
share/pcbsd/metaset/trueos/VirtualBox/ports-list
share/pcbsd/metaset/trueos/VirtualBox/pkg-desc
share/pcbsd/metaset/trueos/VirtualBox/pkg-icon.png
share/pcbsd/metaset/trueos/VirtualBoxGuest/pkg-parent
share/pcbsd/metaset/trueos/VirtualBoxGuest/ports-list
share/pcbsd/metaset/trueos/VirtualBoxGuest/pkg-desc
share/pcbsd/metaset/trueos/VirtualBoxGuest/pkg-icon.png
share/pcbsd/metaset/trueos/VirtualBoxGuest/post-install.sh
share/pcbsd/metaset/trueos/VirtualBoxGuest/post-remove.sh
share/pcbsd/metaset/trueos/VMwareGuest/pkg-parent
share/pcbsd/metaset/trueos/VMwareGuest/ports-list
share/pcbsd/metaset/trueos/VMwareGuest/pkg-desc
share/pcbsd/metaset/trueos/VMwareGuest/pkg-icon.png
share/pcbsd/metaset/trueos/VMwareGuest/post-install.sh
share/pcbsd/metaset/trueos/VMwareGuest/post-remove.sh
share/pcbsd/metaset/trueos/MySQL/pkg-desc
share/pcbsd/metaset/trueos/MySQL/pkg-icon.png
share/pcbsd/metaset/trueos/MySQL/ports-list
share/pcbsd/metaset/trueos/MySQL/pkg-parent
share/pcbsd/metaset/trueos/Languages/pkg-icon.png
share/pcbsd/metaset/trueos/Languages/pkg-desc
share/pcbsd/metaset/trueos/Database-Servers/pkg-desc
share/pcbsd/metaset/trueos/Database-Servers/pkg-icon.png
share/pcbsd/metaset/trueos/Development/ports-list
share/pcbsd/metaset/trueos/Development/pkg-desc
share/pcbsd/metaset/trueos/Development/pkg-icon.png
share/pcbsd/metaset/trueos/Apache/ports-list
share/pcbsd/metaset/trueos/Apache/pkg-parent
share/pcbsd/metaset/trueos/Apache/pkg-icon.png
share/pcbsd/metaset/trueos/Apache/pkg-desc
share/pcbsd/metaset/trueos/PHP/pkg-parent
share/pcbsd/metaset/trueos/PHP/ports-list
share/pcbsd/metaset/trueos/PHP/pkg-desc
share/pcbsd/metaset/trueos/PHP/pkg-icon.png
share/pcbsd/metaset/trueos/Squid/pkg-icon.png
share/pcbsd/metaset/trueos/Squid/pkg-parent
share/pcbsd/metaset/trueos/Squid/ports-list
share/pcbsd/metaset/trueos/Squid/pkg-desc
share/pcbsd/metaset/trueos/Virtualization/pkg-icon.png
share/pcbsd/metaset/trueos/Virtualization/pkg-desc
share/pcbsd/metaset/trueos/Wordpress/ports-list
share/pcbsd/metaset/trueos/Wordpress/pkg-desc
share/pcbsd/metaset/trueos/Wordpress/pkg-parent
share/pcbsd/metaset/trueos/Wordpress/pkg-icon.png
share/pcbsd/metaset/trueos/Web-Servers/pkg-icon.png
share/pcbsd/metaset/trueos/Web-Servers/pkg-desc
share/pcbsd/metaset/pcbsd/IceWM/pkg-desc
share/pcbsd/metaset/pcbsd/IceWM/pkg-parent
share/pcbsd/metaset/pcbsd/IceWM/ports-list
share/pcbsd/metaset/pcbsd/IceWM/desktop
share/pcbsd/metaset/pcbsd/IceWM/pkg-icon.png
share/pcbsd/metaset/pcbsd/KDE-Multimedia/ports-list
share/pcbsd/metaset/pcbsd/KDE-Multimedia/pkg-parent
share/pcbsd/metaset/pcbsd/KDE-Multimedia/pkg-desc
share/pcbsd/metaset/pcbsd/KDE-Multimedia/pkg-icon.png
share/pcbsd/metaset/pcbsd/VMwareGuest/post-remove.sh
share/pcbsd/metaset/pcbsd/VMwareGuest/pkg-parent
share/pcbsd/metaset/pcbsd/VMwareGuest/pkg-desc
share/pcbsd/metaset/pcbsd/VMwareGuest/ports-list
share/pcbsd/metaset/pcbsd/VMwareGuest/post-install.sh
share/pcbsd/metaset/pcbsd/VMwareGuest/pkg-icon.png
share/pcbsd/metaset/pcbsd/FVWM/pkg-parent
share/pcbsd/metaset/pcbsd/FVWM/ports-list
share/pcbsd/metaset/pcbsd/FVWM/pkg-icon.png
share/pcbsd/metaset/pcbsd/FVWM/pkg-desc
share/pcbsd/metaset/pcbsd/FVWM/desktop
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173/ignore-arch
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173/pkg-parent
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173/post-remove.sh
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173/ports-list
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173/pkg-desc
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173/pkg-icon.png
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173/post-install.sh
share/pcbsd/metaset/pcbsd/I3/pkg-icon.png
share/pcbsd/metaset/pcbsd/I3/pkg-desc
share/pcbsd/metaset/pcbsd/I3/pkg-parent
share/pcbsd/metaset/pcbsd/I3/ports-list
share/pcbsd/metaset/pcbsd/I3/desktop
share/pcbsd/metaset/pcbsd/LXDE/pkg-icon.png
share/pcbsd/metaset/pcbsd/LXDE/ports-list
share/pcbsd/metaset/pcbsd/LXDE/pkg-parent
share/pcbsd/metaset/pcbsd/LXDE/desktop
share/pcbsd/metaset/pcbsd/LXDE/pkg-desc
share/pcbsd/metaset/pcbsd/Development-Science/ports-list
share/pcbsd/metaset/pcbsd/Development-Science/pkg-parent
share/pcbsd/metaset/pcbsd/Development-Science/pkg-icon.png
share/pcbsd/metaset/pcbsd/Development-Science/pkg-desc
share/pcbsd/metaset/pcbsd/Development-Science/dl-only
share/pcbsd/metaset/pcbsd/GNOME-Utilities/pkg-icon.png
share/pcbsd/metaset/pcbsd/GNOME-Utilities/pkg-parent
share/pcbsd/metaset/pcbsd/GNOME-Utilities/pkg-desc
share/pcbsd/metaset/pcbsd/GNOME-Utilities/ports-list
share/pcbsd/metaset/pcbsd/Development-Qt/pkg-icon.png
share/pcbsd/metaset/pcbsd/Development-Qt/pkg-parent
share/pcbsd/metaset/pcbsd/Development-Qt/pkg-desc
share/pcbsd/metaset/pcbsd/Development-Qt/ports-list
share/pcbsd/metaset/pcbsd/KDE-Calligra/pkg-parent
share/pcbsd/metaset/pcbsd/KDE-Calligra/ports-list
share/pcbsd/metaset/pcbsd/KDE-Calligra/pkg-desc
share/pcbsd/metaset/pcbsd/KDE-Calligra/pkg-icon.png
share/pcbsd/metaset/pcbsd/KDE-Calligra/dl-only
share/pcbsd/metaset/pcbsd/XFCE/desktop
share/pcbsd/metaset/pcbsd/XFCE/pkg-desc
share/pcbsd/metaset/pcbsd/XFCE/pkg-parent
share/pcbsd/metaset/pcbsd/XFCE/ports-list
share/pcbsd/metaset/pcbsd/XFCE/pkg-icon.png
share/pcbsd/metaset/pcbsd/Development-IDE/pkg-parent
share/pcbsd/metaset/pcbsd/Development-IDE/pkg-icon.png
share/pcbsd/metaset/pcbsd/Development-IDE/pkg-desc
share/pcbsd/metaset/pcbsd/XBMC/pkg-icon.png
share/pcbsd/metaset/pcbsd/XBMC/pkg-parent
share/pcbsd/metaset/pcbsd/XBMC/ports-list
share/pcbsd/metaset/pcbsd/XBMC/pkg-desc
share/pcbsd/metaset/pcbsd/XBMC/dl-only
share/pcbsd/metaset/pcbsd/Awesome/pkg-parent
share/pcbsd/metaset/pcbsd/Awesome/ports-list
share/pcbsd/metaset/pcbsd/Awesome/pkg-icon.png
share/pcbsd/metaset/pcbsd/Awesome/pkg-desc
share/pcbsd/metaset/pcbsd/Awesome/desktop
share/pcbsd/metaset/pcbsd/Hardware-Drivers/pkg-icon.png
share/pcbsd/metaset/pcbsd/Hardware-Drivers/pkg-desc
share/pcbsd/metaset/pcbsd/Development-Debug/pkg-icon.png
share/pcbsd/metaset/pcbsd/Development-Debug/pkg-parent
share/pcbsd/metaset/pcbsd/Development-Debug/ports-list
share/pcbsd/metaset/pcbsd/Development-Debug/pkg-desc
share/pcbsd/metaset/pcbsd/KDE-Education/pkg-parent
share/pcbsd/metaset/pcbsd/KDE-Education/ports-list
share/pcbsd/metaset/pcbsd/KDE-Education/pkg-desc
share/pcbsd/metaset/pcbsd/KDE-Education/pkg-icon.png
share/pcbsd/metaset/pcbsd/KDE-Education/dl-only
share/pcbsd/metaset/pcbsd/Openbox/pkg-icon.png
share/pcbsd/metaset/pcbsd/Openbox/desktop
share/pcbsd/metaset/pcbsd/Openbox/pkg-desc
share/pcbsd/metaset/pcbsd/Openbox/pkg-parent
share/pcbsd/metaset/pcbsd/Openbox/ports-list
share/pcbsd/metaset/pcbsd/Spectrwm/pkg-icon.png
share/pcbsd/metaset/pcbsd/Spectrwm/pkg-desc
share/pcbsd/metaset/pcbsd/Spectrwm/desktop
share/pcbsd/metaset/pcbsd/Spectrwm/pkg-parent
share/pcbsd/metaset/pcbsd/Spectrwm/ports-list
share/pcbsd/metaset/pcbsd/GNOME/ports-list
share/pcbsd/metaset/pcbsd/GNOME/pkg-parent
share/pcbsd/metaset/pcbsd/GNOME/desktop
share/pcbsd/metaset/pcbsd/GNOME/pkg-icon.png
share/pcbsd/metaset/pcbsd/GNOME/pkg-desc
share/pcbsd/metaset/pcbsd/KDE/pkg-parent
share/pcbsd/metaset/pcbsd/KDE/ports-list
share/pcbsd/metaset/pcbsd/KDE/desktop
share/pcbsd/metaset/pcbsd/KDE/pkg-icon.png
share/pcbsd/metaset/pcbsd/KDE/pkg-desc
share/pcbsd/metaset/pcbsd/GNOME-Net/pkg-desc
share/pcbsd/metaset/pcbsd/GNOME-Net/pkg-parent
share/pcbsd/metaset/pcbsd/GNOME-Net/pkg-icon.png
share/pcbsd/metaset/pcbsd/GNOME-Net/ports-list
share/pcbsd/metaset/pcbsd/GNOME-Games/ports-list
share/pcbsd/metaset/pcbsd/GNOME-Games/pkg-icon.png
share/pcbsd/metaset/pcbsd/GNOME-Games/pkg-parent
share/pcbsd/metaset/pcbsd/GNOME-Games/pkg-desc
share/pcbsd/metaset/pcbsd/GNOME-Games/dl-only
share/pcbsd/metaset/pcbsd/Compiz/pkg-icon.png
share/pcbsd/metaset/pcbsd/Compiz/ports-list
share/pcbsd/metaset/pcbsd/Compiz/pkg-parent
share/pcbsd/metaset/pcbsd/Compiz/pkg-desc
share/pcbsd/metaset/pcbsd/Rekonq/pkg-desc
share/pcbsd/metaset/pcbsd/Rekonq/pkg-icon.png
share/pcbsd/metaset/pcbsd/Rekonq/ports-list
share/pcbsd/metaset/pcbsd/Rekonq/pkg-parent
share/pcbsd/metaset/pcbsd/Rekonq/dl-only
share/pcbsd/metaset/pcbsd/KDE-L10N/pkg-desc
share/pcbsd/metaset/pcbsd/KDE-L10N/pkg-icon.png
share/pcbsd/metaset/pcbsd/KDE-L10N/ports-list
share/pcbsd/metaset/pcbsd/KDE-L10N/pkg-parent
share/pcbsd/metaset/pcbsd/Development/pkg-icon.png
share/pcbsd/metaset/pcbsd/Development/ports-list
share/pcbsd/metaset/pcbsd/Development/pkg-desc
share/pcbsd/metaset/pcbsd/KDE-Artwork/pkg-icon.png
share/pcbsd/metaset/pcbsd/KDE-Artwork/pkg-desc
share/pcbsd/metaset/pcbsd/KDE-Artwork/ports-list
share/pcbsd/metaset/pcbsd/KDE-Artwork/pkg-parent
share/pcbsd/metaset/pcbsd/VirtualBoxGuest/post-remove.sh
share/pcbsd/metaset/pcbsd/VirtualBoxGuest/post-install.sh
share/pcbsd/metaset/pcbsd/VirtualBoxGuest/pkg-desc
share/pcbsd/metaset/pcbsd/VirtualBoxGuest/pkg-parent
share/pcbsd/metaset/pcbsd/VirtualBoxGuest/ports-list
share/pcbsd/metaset/pcbsd/VirtualBoxGuest/pkg-icon.png
share/pcbsd/metaset/pcbsd/KDE-PIM/pkg-icon.png
share/pcbsd/metaset/pcbsd/KDE-PIM/ports-list
share/pcbsd/metaset/pcbsd/KDE-PIM/pkg-parent
share/pcbsd/metaset/pcbsd/KDE-PIM/pkg-desc
share/pcbsd/metaset/pcbsd/XFCE-Plugins/ports-list
share/pcbsd/metaset/pcbsd/XFCE-Plugins/pkg-parent
share/pcbsd/metaset/pcbsd/XFCE-Plugins/pkg-icon.png
share/pcbsd/metaset/pcbsd/XFCE-Plugins/pkg-desc
share/pcbsd/metaset/pcbsd/KDE-Accessibility/pkg-desc
share/pcbsd/metaset/pcbsd/KDE-Accessibility/ports-list
share/pcbsd/metaset/pcbsd/KDE-Accessibility/pkg-parent
share/pcbsd/metaset/pcbsd/KDE-Accessibility/pkg-icon.png
share/pcbsd/metaset/pcbsd/Handheld/pkg-desc
share/pcbsd/metaset/pcbsd/Handheld/pkg-parent
share/pcbsd/metaset/pcbsd/Handheld/ports-list
share/pcbsd/metaset/pcbsd/Handheld/pkg-icon.png
share/pcbsd/metaset/pcbsd/KDE-Games/pkg-icon.png
share/pcbsd/metaset/pcbsd/KDE-Games/pkg-desc
share/pcbsd/metaset/pcbsd/KDE-Games/ports-list
share/pcbsd/metaset/pcbsd/KDE-Games/pkg-parent
share/pcbsd/metaset/pcbsd/KDE-Games/dl-only
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71/post-remove.sh
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71/pkg-icon.png
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71/ports-list
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71/post-install.sh
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71/pkg-parent
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71/pkg-desc
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71/ignore-arch
share/pcbsd/metaset/pcbsd/KDE-WebDevKit/pkg-icon.png
share/pcbsd/metaset/pcbsd/KDE-WebDevKit/ports-list
share/pcbsd/metaset/pcbsd/KDE-WebDevKit/pkg-parent
share/pcbsd/metaset/pcbsd/KDE-WebDevKit/pkg-desc
share/pcbsd/metaset/pcbsd/KDE-WebDevKit/dl-only
share/pcbsd/metaset/pcbsd/Development-Embedded/pkg-parent
share/pcbsd/metaset/pcbsd/Development-Embedded/ports-list
share/pcbsd/metaset/pcbsd/Development-Embedded/pkg-desc
share/pcbsd/metaset/pcbsd/Development-Embedded/pkg-icon.png
share/pcbsd/metaset/pcbsd/Development-Embedded/dl-only
share/pcbsd/metaset/pcbsd/Unsupported-Desktops/pkg-desc
share/pcbsd/metaset/pcbsd/Unsupported-Desktops/pkg-icon.png
share/pcbsd/metaset/pcbsd/Development-Web/pkg-parent
share/pcbsd/metaset/pcbsd/Development-Web/ports-list
share/pcbsd/metaset/pcbsd/Development-Web/pkg-icon.png
share/pcbsd/metaset/pcbsd/Development-Web/pkg-desc
share/pcbsd/metaset/pcbsd/WindowLab/desktop
share/pcbsd/metaset/pcbsd/WindowLab/pkg-desc
share/pcbsd/metaset/pcbsd/WindowLab/pkg-parent
share/pcbsd/metaset/pcbsd/WindowLab/ports-list
share/pcbsd/metaset/pcbsd/WindowLab/pkg-icon.png
share/pcbsd/metaset/pcbsd/Window_Maker/desktop
share/pcbsd/metaset/pcbsd/Window_Maker/pkg-desc
share/pcbsd/metaset/pcbsd/Window_Maker/pkg-parent
share/pcbsd/metaset/pcbsd/Window_Maker/ports-list
share/pcbsd/metaset/pcbsd/Window_Maker/pkg-icon.png
share/pcbsd/metaset/pcbsd/NVIDIA/pkg-parent
share/pcbsd/metaset/pcbsd/NVIDIA/ports-list
share/pcbsd/metaset/pcbsd/NVIDIA/pkg-icon.png
share/pcbsd/metaset/pcbsd/NVIDIA/post-remove.sh
share/pcbsd/metaset/pcbsd/NVIDIA/post-install.sh
share/pcbsd/metaset/pcbsd/NVIDIA/pkg-desc
share/pcbsd/metaset/pcbsd/GNOME-Accessibility/pkg-desc
share/pcbsd/metaset/pcbsd/GNOME-Accessibility/pkg-icon.png
share/pcbsd/metaset/pcbsd/GNOME-Accessibility/ports-list
share/pcbsd/metaset/pcbsd/GNOME-Accessibility/pkg-parent
share/pcbsd/metaset/pcbsd/HPLIP/pkg-icon.png
share/pcbsd/metaset/pcbsd/HPLIP/pkg-desc
share/pcbsd/metaset/pcbsd/HPLIP/pkg-parent
share/pcbsd/metaset/pcbsd/HPLIP/ports-list
share/pcbsd/metaset/pcbsd/KDE-SDK/ports-list
share/pcbsd/metaset/pcbsd/KDE-SDK/pkg-parent
share/pcbsd/metaset/pcbsd/KDE-SDK/pkg-desc
share/pcbsd/metaset/pcbsd/KDE-SDK/pkg-icon.png
share/pcbsd/metaset/pcbsd/KDE-SDK/dl-only
share/pcbsd/metaset/pcbsd/KDE-Graphics/pkg-icon.png
share/pcbsd/metaset/pcbsd/KDE-Graphics/pkg-parent
share/pcbsd/metaset/pcbsd/KDE-Graphics/ports-list
share/pcbsd/metaset/pcbsd/KDE-Graphics/pkg-desc
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96/post-remove.sh
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96/pkg-desc
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96/ignore-arch
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96/pkg-icon.png
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96/ports-list
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96/post-install.sh
share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96/pkg-parent
share/pcbsd/metaset/pcbsd/KDE-Toys/pkg-parent
share/pcbsd/metaset/pcbsd/KDE-Toys/ports-list
share/pcbsd/metaset/pcbsd/KDE-Toys/pkg-desc
share/pcbsd/metaset/pcbsd/KDE-Toys/pkg-icon.png
share/pcbsd/metaset/pcbsd/KDE-Toys/dl-only
share/pcbsd/metaset/pcbsd/Ratpoison/desktop
share/pcbsd/metaset/pcbsd/Ratpoison/pkg-parent
share/pcbsd/metaset/pcbsd/Ratpoison/pkg-icon.png
share/pcbsd/metaset/pcbsd/Ratpoison/ports-list
share/pcbsd/metaset/pcbsd/Ratpoison/pkg-desc
share/pcbsd/metaset/pcbsd/Development-VCS/ports-list
share/pcbsd/metaset/pcbsd/Development-VCS/pkg-desc
share/pcbsd/metaset/pcbsd/Development-VCS/pkg-parent
share/pcbsd/metaset/pcbsd/Development-VCS/pkg-icon.png
share/pcbsd/metaset/pcbsd/Desktops/pkg-icon.png
share/pcbsd/metaset/pcbsd/Desktops/pkg-desc
share/pcbsd/metaset/pcbsd/KDE-Network/pkg-icon.png
share/pcbsd/metaset/pcbsd/KDE-Network/pkg-desc
share/pcbsd/metaset/pcbsd/KDE-Network/pkg-parent
share/pcbsd/metaset/pcbsd/KDE-Network/ports-list
share/pcbsd/metaset/pcbsd/MythTV/pkg-parent
share/pcbsd/metaset/pcbsd/MythTV/ports-list
share/pcbsd/metaset/pcbsd/MythTV/pkg-desc
share/pcbsd/metaset/pcbsd/MythTV/pkg-icon.png
share/pcbsd/metaset/pcbsd/MythTV/post-remove.sh
share/pcbsd/metaset/pcbsd/MythTV/post-install.sh
share/pcbsd/metaset/pcbsd/MythTV/dl-only
share/pcbsd/metaset/pcbsd/Misc/pkg-desc
share/pcbsd/metaset/pcbsd/Misc/pkg-icon.png
share/pcbsd/pc-xdgutil/applications.menu
share/pcbsd/pc-xdgutil/xfce-applications.menu
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-toys.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-more.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-multimedia.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games-board.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-edu-tools.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-utilities-desktop.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games-roguelikes.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-utilities-accessibility.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-utilities-pim.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-utilities-file.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-system.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-development-webdevelopment.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-utilities-xutils.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-system-terminal.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-unknown.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-information.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-office.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-internet.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games-logic.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-main.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games-strategy.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-edu-miscellaneous.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-settingsmenu.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-edu-mathematics.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-education.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games-arcade.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-edu-languages.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games-card.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-graphics.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-internet-terminal.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-development.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-edu-science.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-development-translation.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-utilities.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-science.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-utilities-peripherals.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-games-kids.directory
share/pcbsd/pc-xdgutil/desktop-dirs/pcbsd-editors.directory
share/pcbsd/pc-thinclient/resources/gdm/gdm-rc
share/pcbsd/pc-thinclient/resources/gdm/gdm-pam
share/pcbsd/pc-thinclient/resources/gdm/custom.conf
share/pcbsd/pc-thinclient/resources/scripts/pc-sysinstall.example
share/pcbsd/pc-thinclient/resources/scripts/wallpaper.png
share/pcbsd/pc-thinclient/resources/scripts/tcsinstall.sh
share/pcbsd/pc-thinclient/resources/scripts/tcslogin.sh
share/pcbsd/pc-thinclient/resources/scripts/cardDetect/XF86Config.compat
share/pcbsd/pc-thinclient/resources/scripts/cardDetect/x_config.sh
share/pcbsd/pc-thinclient/resources/scripts/cardDetect/XF86Config.qemu
share/pcbsd/pc-thinclient/resources/scripts/cardDetect/mouse_config.sh
share/pcbsd/pc-thinclient/resources/scripts/cardDetect/XF86Config.default
share/pcbsd/pc-thinclient/resources/scripts/cardDetect/XF86Config.vmware
share/pcbsd/pc-thinclient/resources/etc/hosts
share/pcbsd/pc-thinclient/resources/etc/fstab
share/pcbsd/pc-thinclient/resources/etc/motd
share/pcbsd/pc-thinclient/resources/etc/ttys
share/pcbsd/pc-thinclient/resources/etc/rc.conf
share/pcbsd/pc-thinclient/resources/etc/gettytab
share/pcbsd/pc-thinclient/resources/root/dot.login
share/pcbsd/pc-thinclient/resources/dhcpd/dhcpd.conf
share/pcbsd/pc-thinclient/resources/boot/beastie.4th
share/pcbsd/pc-thinclient/resources/webui/functions.php
share/pcbsd/pc-thinclient/resources/webui/scripts.php
share/pcbsd/pc-thinclient/resources/webui/clients.php
share/pcbsd/pc-thinclient/resources/webui/config.php.dist
share/pcbsd/pc-thinclient/resources/webui/logincheck.php
share/pcbsd/pc-thinclient/resources/webui/index.php
share/pcbsd/pc-thinclient/resources/webui/login.php
share/pcbsd/de-profiles/lxde.profile
share/pcbsd/de-profiles/kde.profile
share/pcbsd/de-profiles/gnome.profile
share/pcbsd/de-profiles/xfce.profile
share/pcbsd/pc-updatemanager/conf/sysupdate.conf
share/pcbsd/pc-updatemanager/conf/security.key
share/pcbsd/scripts/functions.sh
share/pcbsd/scripts/mkzfsdir.sh
share/pcbsd/scripts/reset-firewall
share/pcbsd/scripts/rmzfsdir.sh
share/pcbsd/scripts/sys-init.sh
etc/warden.conf
etc/pc-activedirectory.conf
etc/pc-ldap.conf
etc/rc.activedirectory
etc/rc.ldap
etc/rc.d/wardenrc
etc/rc.d/pc-activedirectory
etc/rc.d/pc-kerberos
etc/rc.d/pc-kinit
etc/rc.d/pc-nsswitch
etc/rc.d/pc-pam
etc/rc.d/pc-samba
etc/rc.d/pc-ldap
etc/rc.d/pc-nssldap
etc/rc.d/pc-directory
sbin/pbi-crashhandler
sbin/pbi_add
sbin/pbi_addrepo
sbin/pbi_autobuild
sbin/pbi_browser
sbin/pbi_create
sbin/pbi_delete
sbin/pbi_deleterepo
sbin/pbi_icon
sbin/pbi_indextool
sbin/pbi_info
sbin/pbi_listrepo
sbin/pbi_makepatch
sbin/pbi_makeport
sbin/pbi_makerepo
sbin/pbi_metatool
sbin/pbi_update
sbin/pbi_update_hashdir
sbin/pbi_patch
sbin/pbid
etc/pbi.conf
etc/rc.d/pbid
share/pbi-manager/.pbiwrapper-i386
share/pbi-manager/.pbiwrapper-amd64
share/pbi-manager/module-examples/gimp/xdg-menu/gimp.desktop
share/pbi-manager/module-examples/gimp/xdg-mime/gimp-xdg.png
share/pbi-manager/module-examples/gimp/xdg-mime/gimp-xdg.xml
share/pbi-manager/module-examples/gimp/LICENSE
share/pbi-manager/module-examples/gimp/external-links
share/pbi-manager/module-examples/gimp/pbi.conf
share/pbi-manager/module-examples/gimp/scripts/pre-remove.sh
share/pbi-manager/module-examples/gimp/scripts/post-install.sh
share/pbi-manager/module-examples/gimp/scripts/pre-portmake.sh
share/pbi-manager/module-examples/gimp/scripts/post-portmake.sh
share/pbi-manager/module-examples/gimp/scripts/pre-install.sh
share/pbi-manager/module-examples/gimp/resources/gui_sidebanner.png
share/pbi-manager/module-examples/gimp/resources/gimp.png
share/pbi-manager/module-examples/gimp/resources/gui_banner.png
share/pbi-manager/module-examples/gimp/xdg-desktop/gimp.desktop
share/pbi-manager/module-examples/convertoldmod.sh
share/pbi-manager/module-examples/firefox/LICENSE
share/pbi-manager/module-examples/firefox/resources/gui_banner.png
share/pbi-manager/module-examples/firefox/resources/firefox.png
share/pbi-manager/module-examples/firefox/resources/gui_sidebanner.png
share/pbi-manager/module-examples/firefox/xdg-menu/firefox3.desktop
share/pbi-manager/module-examples/firefox/scripts/pre-remove.sh
share/pbi-manager/module-examples/firefox/scripts/post-install.sh
share/pbi-manager/module-examples/firefox/scripts/pre-install.sh
share/pbi-manager/module-examples/firefox/scripts/post-portmake.sh
share/pbi-manager/module-examples/firefox/xdg-desktop/firefox.desktop
share/pbi-manager/module-examples/firefox/external-links
share/pbi-manager/module-examples/firefox/pbi.conf
share/pbi-manager/icons/default.png
share/pbi-manager/icons/patch.png
share/pbi-manager/pcbsd.rpo
man/man1/pbi_add.1.gz
man/man1/pbi_browser.1.gz
man/man1/pbi_create.1.gz
man/man1/pbi_delete.1.gz
man/man1/pbi_icon.1.gz
man/man1/pbi_indextool.1.gz
man/man1/pbi_info.1.gz
man/man1/pbi_listrepo.1.gz
man/man1/pbi_update.1.gz
man/man1/pbi_metatool.1.gz
man/man1/pbi_patch.1.gz
man/man1/pbi_update_hashdir.1.gz
man/man5/pbi.conf.5.gz
man/man8/pbi_addrepo.8.gz
man/man8/pbi_autobuild.8.gz
man/man8/pbi_deleterepo.8.gz
man/man8/pbi_makepatch.8.gz
man/man8/pbi_makeport.8.gz
man/man8/pbi_makerepo.8.gz
man/man8/pbid.8.gz
man/man8/pc-sysinstall.8.gz
@dirrm share/pbi-manager/module-examples/firefox/resources
@dirrm share/pbi-manager/module-examples/firefox/scripts
@dirrm share/pbi-manager/module-examples/firefox/xdg-desktop
@dirrm share/pbi-manager/module-examples/firefox/xdg-menu
@dirrm share/pbi-manager/module-examples/firefox
@dirrm share/pbi-manager/module-examples/gimp/resources
@dirrm share/pbi-manager/module-examples/gimp/scripts
@dirrm share/pbi-manager/module-examples/gimp/xdg-desktop
@dirrm share/pbi-manager/module-examples/gimp/xdg-menu
@dirrm share/pbi-manager/module-examples/gimp/xdg-mime
@dirrm share/pbi-manager/module-examples/gimp
@dirrm share/pbi-manager/module-examples
@dirrm share/pbi-manager/icons
@dirrm share/pbi-manager
@dirrmtry share/warden/bin
@dirrm share/warden/scripts/backend
@dirrm share/warden/scripts/rc.d
@dirrm share/warden/scripts
@dirrmtry share/warden/tmp
@dirrmtry share/warden/export
@dirrm share/warden/linux-installs
@dirrm share/warden
@dirrm share/pc-sysinstall/backend
@dirrm share/pc-sysinstall/backend-query
@dirrm share/pc-sysinstall/backend-partmanager
@dirrm share/pc-sysinstall/conf/licenses
@dirrm share/pc-sysinstall/conf
@dirrm share/pc-sysinstall/doc
@dirrm share/pc-sysinstall/examples
@dirrm share/pc-sysinstall
@dirrm share/pcbsd/metaset/trueos/File-Servers
@dirrm share/pcbsd/metaset/trueos/PostgreSQL
@dirrm share/pcbsd/metaset/trueos/Lighttp
@dirrm share/pcbsd/metaset/trueos/Samba
@dirrm share/pcbsd/metaset/trueos/ownCloud
@dirrm share/pcbsd/metaset/trueos/NGINX
@dirrm share/pcbsd/metaset/trueos/VirtualBox
@dirrm share/pcbsd/metaset/trueos/VirtualBoxGuest
@dirrm share/pcbsd/metaset/trueos/VMwareGuest
@dirrm share/pcbsd/metaset/trueos/MySQL
@dirrm share/pcbsd/metaset/trueos/Languages
@dirrm share/pcbsd/metaset/trueos/Database-Servers
@dirrm share/pcbsd/metaset/trueos/Development
@dirrm share/pcbsd/metaset/trueos/Apache
@dirrm share/pcbsd/metaset/trueos/PHP
@dirrm share/pcbsd/metaset/trueos/Squid
@dirrm share/pcbsd/metaset/trueos/Virtualization
@dirrm share/pcbsd/metaset/trueos/Wordpress
@dirrm share/pcbsd/metaset/trueos/Web-Servers
@dirrm share/pcbsd/metaset/trueos
@dirrm share/pcbsd/metaset/pcbsd/KDE-Multimedia
@dirrm share/pcbsd/metaset/pcbsd/VMwareGuest
@dirrm share/pcbsd/metaset/pcbsd/FVWM
@dirrm share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-173
@dirrm share/pcbsd/metaset/pcbsd/I3
@dirrm share/pcbsd/metaset/pcbsd/LXDE
@dirrm share/pcbsd/metaset/pcbsd/Development-Science
@dirrm share/pcbsd/metaset/pcbsd/GNOME-Utilities
@dirrm share/pcbsd/metaset/pcbsd/Development-Qt
@dirrm share/pcbsd/metaset/pcbsd/KDE-Calligra
@dirrm share/pcbsd/metaset/pcbsd/IceWM
@dirrm share/pcbsd/metaset/pcbsd/XFCE
@dirrm share/pcbsd/metaset/pcbsd/Development-IDE
@dirrm share/pcbsd/metaset/pcbsd/XBMC
@dirrm share/pcbsd/metaset/pcbsd/Awesome
@dirrm share/pcbsd/metaset/pcbsd/Hardware-Drivers
@dirrm share/pcbsd/metaset/pcbsd/Development-Debug
@dirrm share/pcbsd/metaset/pcbsd/KDE-Education
@dirrm share/pcbsd/metaset/pcbsd/Openbox
@dirrm share/pcbsd/metaset/pcbsd/Spectrwm
@dirrm share/pcbsd/metaset/pcbsd/GNOME
@dirrm share/pcbsd/metaset/pcbsd/KDE
@dirrm share/pcbsd/metaset/pcbsd/GNOME-Net
@dirrm share/pcbsd/metaset/pcbsd/GNOME-Games
@dirrm share/pcbsd/metaset/pcbsd/Compiz
@dirrm share/pcbsd/metaset/pcbsd/Rekonq
@dirrm share/pcbsd/metaset/pcbsd/KDE-L10N
@dirrm share/pcbsd/metaset/pcbsd/Development
@dirrm share/pcbsd/metaset/pcbsd/KDE-Artwork
@dirrm share/pcbsd/metaset/pcbsd/VirtualBoxGuest
@dirrm share/pcbsd/metaset/pcbsd/KDE-PIM
@dirrm share/pcbsd/metaset/pcbsd/XFCE-Plugins
@dirrm share/pcbsd/metaset/pcbsd/KDE-Accessibility
@dirrm share/pcbsd/metaset/pcbsd/Handheld
@dirrm share/pcbsd/metaset/pcbsd/KDE-Games
@dirrm share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-71
@dirrm share/pcbsd/metaset/pcbsd/KDE-WebDevKit
@dirrm share/pcbsd/metaset/pcbsd/Development-Embedded
@dirrm share/pcbsd/metaset/pcbsd/Unsupported-Desktops
@dirrm share/pcbsd/metaset/pcbsd/Development-Web
@dirrm share/pcbsd/metaset/pcbsd/WindowLab
@dirrm share/pcbsd/metaset/pcbsd/Window_Maker
@dirrm share/pcbsd/metaset/pcbsd/NVIDIA
@dirrm share/pcbsd/metaset/pcbsd/GNOME-Accessibility
@dirrm share/pcbsd/metaset/pcbsd/HPLIP
@dirrm share/pcbsd/metaset/pcbsd/KDE-SDK
@dirrm share/pcbsd/metaset/pcbsd/KDE-Graphics
@dirrm share/pcbsd/metaset/pcbsd/NVIDIA-Legacy-96
@dirrm share/pcbsd/metaset/pcbsd/KDE-Toys
@dirrm share/pcbsd/metaset/pcbsd/Ratpoison
@dirrm share/pcbsd/metaset/pcbsd/Development-VCS
@dirrm share/pcbsd/metaset/pcbsd/Desktops
@dirrm share/pcbsd/metaset/pcbsd/KDE-Network
@dirrm share/pcbsd/metaset/pcbsd/MythTV
@dirrm share/pcbsd/metaset/pcbsd/Misc
@dirrm share/pcbsd/metaset/pcbsd
@dirrm share/pcbsd/metaset
@dirrm share/pcbsd/pc-xdgutil/desktop-dirs
@dirrm share/pcbsd/pc-thinclient/resources/boot
@dirrm share/pcbsd/pc-thinclient/resources/dhcpd
@dirrm share/pcbsd/pc-thinclient/resources/root
@dirrm share/pcbsd/pc-thinclient/resources/etc
@dirrm share/pcbsd/pc-thinclient/resources/scripts/cardDetect
@dirrm share/pcbsd/pc-thinclient/resources/scripts
@dirrm share/pcbsd/pc-thinclient/resources/gdm
@dirrm share/pcbsd/pc-thinclient/resources/webui
@dirrm share/pcbsd/pc-thinclient/resources
@dirrm share/pcbsd/pc-thinclient
@dirrm share/pcbsd/de-profiles
@dirrm share/pcbsd/pc-updatemanager/conf
@dirrm share/pcbsd/pc-updatemanager
@dirrm share/pcbsd/pc-xdgutil
@dirrm share/pcbsd/bin
@dirrm share/pcbsd/conf
@dirrm share/pcbsd/distfiles
@dirrm share/pcbsd/pefs
@dirrm share/pcbsd/scripts
@dirrm share/pcbsd
@dirrm share/lpreserver/backend
@dirrm share/lpreserver
|