diff options
author | adridg <adridg@FreeBSD.org> | 2018-06-07 01:55:09 +0800 |
---|---|---|
committer | adridg <adridg@FreeBSD.org> | 2018-06-07 01:55:09 +0800 |
commit | f0e6d81c605b5e4c058cd3bc67147e6ef1a189d4 (patch) | |
tree | 610a492a00017cc2714f3f3ca862e9e8fa7a3c7b /sysutils/k3b | |
parent | c5a1c084a91c218f0eb21b480dca97f88bbf4f18 (diff) | |
download | freebsd-ports-gnome-f0e6d81c605b5e4c058cd3bc67147e6ef1a189d4.tar.gz freebsd-ports-gnome-f0e6d81c605b5e4c058cd3bc67147e6ef1a189d4.tar.zst freebsd-ports-gnome-f0e6d81c605b5e4c058cd3bc67147e6ef1a189d4.zip |
Fix pkg-message of sysutils/k3b
- Remove sentence that suggests that FreeBSD 7.x is still a going concern
- Remove reference to sysctl that doesn't exist in any supported version
This does not fix the problem that k3b doesn't *work*, though. Since
cdrecord no longer accepts dev=/dev/cd0 , k3b will consistently fail to
blank a CD, as reported in the linked PR.
PR: 228408
Submitted by: jwb
Diffstat (limited to 'sysutils/k3b')
-rw-r--r-- | sysutils/k3b/pkg-message | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/k3b/pkg-message b/sysutils/k3b/pkg-message index b2c30c5670f5..de2da15867e4 100644 --- a/sysutils/k3b/pkg-message +++ b/sysutils/k3b/pkg-message @@ -1,7 +1,6 @@ -Notes for FreeBSD 7.x and onwards users: 1. The FreeBSD k3b port supports SCSI drives only. If you have IDE CD or DVD - drives, use them through the cam system. See Chapter 18.6.9 of the handbook - (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html#ATAPICAM) + drives, use them through the cam system. See Chapter 17.5.1 of the handbook + (http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html) 2. k3b has to be started from a root console, which is not recommended. Alternatively, do ALL of the following: a. Set the suid flag on cdrecord and cdrdao. The 'Notes' chapter of @@ -32,8 +31,6 @@ Notes for FreeBSD 7.x and onwards users: devfs_system_ruleset="system" - to apply these changes without reboot, run as root: /etc/rc.d/devfs restart -3. Check, that DMA is activated for atapi devices: 'sysctl hw.ata.atapi_dma' - If not, set it to 1 and put 'hw.ata.atapi_dma=1' into /boot/loader.conf. -4. Create a directory on a partition, which has enough disk space to hold a CDs +3. Create a directory on a partition, which has enough disk space to hold a CDs or DVDs content (usually below /usr). Enter this directory in Settings-> Configure K3b...->Misc. |