Re: svn commit: r300071 - in head: . share/man/man5 sys/boot/forth

2016-05-17 Thread John Baldwin
On Tuesday, May 17, 2016 06:42:39 PM John Baldwin wrote:
> Author: jhb
> Date: Tue May 17 18:42:38 2016
> New Revision: 300071
> URL: https://svnweb.freebsd.org/changeset/base/300071
> 
> Log:
>   Remove the reiserfs(5) manpage and an example of loading the kernel module.

There is also a glabel backend that parses reiserfs volume labels.  It is
not GPL'd and might still be useful for someone using a fuse-based reiserfs
implementation.

-- 
John Baldwin
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"


svn commit: r300071 - in head: . share/man/man5 sys/boot/forth

2016-05-17 Thread John Baldwin
Author: jhb
Date: Tue May 17 18:42:38 2016
New Revision: 300071
URL: https://svnweb.freebsd.org/changeset/base/300071

Log:
  Remove the reiserfs(5) manpage and an example of loading the kernel module.

Deleted:
  head/share/man/man5/reiserfs.5
Modified:
  head/ObsoleteFiles.inc
  head/share/man/man5/Makefile
  head/sys/boot/forth/loader.conf

Modified: head/ObsoleteFiles.inc
==
--- head/ObsoleteFiles.inc  Tue May 17 18:25:09 2016(r300070)
+++ head/ObsoleteFiles.inc  Tue May 17 18:42:38 2016(r300071)
@@ -38,6 +38,8 @@
 #   xargs -n1 | sort | uniq -d;
 # done
 
+# 20160517: ReiserFS removed
+OLD_FILES+=usr/share/man/man5/reiserfs.5.gz
 # 20160430: kvm_getfiles(3) removed from kvm(3)
 OLD_LIBS+=usr/lib/libkvm.so.6
 OLD_FILES+=usr/share/man/man3/kvm_getfiles.3.gz

Modified: head/share/man/man5/Makefile
==
--- head/share/man/man5/MakefileTue May 17 18:25:09 2016
(r300070)
+++ head/share/man/man5/MakefileTue May 17 18:42:38 2016
(r300071)
@@ -57,7 +57,6 @@ MAN=  acct.5 \
rc.conf.5 \
rctl.conf.5 \
regdomain.5 \
-   reiserfs.5 \
remote.5 \
resolver.5 \
services.5 \

Modified: head/sys/boot/forth/loader.conf
==
--- head/sys/boot/forth/loader.conf Tue May 17 18:25:09 2016
(r300070)
+++ head/sys/boot/forth/loader.conf Tue May 17 18:42:38 2016
(r300071)
@@ -215,7 +215,6 @@ nfsclient_load="NO" # NFS client
 nfsserver_load="NO"# NFS server
 nullfs_load="NO"   # Null filesystem
 procfs_load="NO"   # Process filesystem
-reiserfs_load="NO" # ReiserFS
 unionfs_load="NO"  # Union filesystem
 zfs_load="NO"  # ZFS
 
___
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"