diff --git a/general/sysutils/logrotate.xml b/general/sysutils/logrotate.xml index 936ff1d232..fbceff27e9 100644 --- a/general/sysutils/logrotate.xml +++ b/general/sysutils/logrotate.xml @@ -194,7 +194,7 @@ chmod -v 0644 /etc/logrotate.d/sys.log You can designate multiple files in one entry: -cat > /etc/logrotate.d/example.log << EOF +cat > /etc/logrotate.d/example.log << EOF file1 file2 file3 { @@ -233,7 +233,8 @@ chmod -v 0644 /etc/logrotate.d/example.log (local time): -cat > /etc/cron.daily/logrotate.sh << "EOF" && +install -vdm 754 /etc/cron.daily && +cat > /etc/cron.daily/logrotate.sh << "EOF" && #!/bin/bash /usr/sbin/logrotate /etc/logrotate.conf EOF diff --git a/gnome/platform/dconf.xml b/gnome/platform/dconf.xml index 32f0a8c733..b7c5dab3a7 100644 --- a/gnome/platform/dconf.xml +++ b/gnome/platform/dconf.xml @@ -90,7 +90,7 @@ - Additional Package Information + Additional Downloads diff --git a/gnome/platform/gnome-menus.xml b/gnome/platform/gnome-menus.xml index 20d1117920..c18f7cd7d5 100644 --- a/gnome/platform/gnome-menus.xml +++ b/gnome/platform/gnome-menus.xml @@ -105,7 +105,7 @@ log in and out of your session. -gsettings reset-recursively org.gnome.desktop.app-folders +gsettings reset-recursively org.gnome.desktop.app-folders Install GNOME Menus by running the following diff --git a/multimedia/libdriv/faac.xml b/multimedia/libdriv/faac.xml index ef5828f91f..c40b2979ff 100644 --- a/multimedia/libdriv/faac.xml +++ b/multimedia/libdriv/faac.xml @@ -77,14 +77,14 @@ make functionality can be tested by encoding a sample WAV file (the sample file is installed by the package: -./frontend/faac -o Front_Left.mp4 /usr/share/sounds/alsa/Front_Left.wav +./frontend/faac -o Front_Left.mp4 /usr/share/sounds/alsa/Front_Left.wav Then, decode the result using the faad program from the package and play back the decoded file (requires the aplay program from the package: -faad Front_Left.mp4 +faad Front_Left.mp4 aplay Front_Left.wav aplay should identify the file as diff --git a/multimedia/libdriv/faad2.xml b/multimedia/libdriv/faad2.xml index be6b3084eb..2b2362e2df 100644 --- a/multimedia/libdriv/faad2.xml +++ b/multimedia/libdriv/faad2.xml @@ -84,7 +84,7 @@ make This package does not come with a test suite. However, basic functionality can be tested by decoding the sample AAC file: -./frontend/faad -o sample.wav ../sample.aac +./frontend/faad -o sample.wav ../sample.aac This should display a copyright message and the following information about the sample file: @@ -104,7 +104,7 @@ ADTS, 4.608 sec, 13 kbps, 16000 Hz Now play the result (requires the aplay program from the package): -aplay sample.wav +aplay sample.wav aplay should identify the file as Signed 16 bit Little Endian, Rate 16000 Hz, Stereo, and you diff --git a/multimedia/libdriv/speex.xml b/multimedia/libdriv/speex.xml index 70538c2937..30f39be876 100644 --- a/multimedia/libdriv/speex.xml +++ b/multimedia/libdriv/speex.xml @@ -66,7 +66,7 @@ - Additional Package Information + Additional Downloads Download (HTTP): diff --git a/networking/netprogs/ncftp.xml b/networking/netprogs/ncftp.xml index c64458e6b7..688776086c 100644 --- a/networking/netprogs/ncftp.xml +++ b/networking/netprogs/ncftp.xml @@ -103,14 +103,14 @@ make install second method (with the libncftp functionality linked in statically) run the following commands: -./configure --prefix=/usr --sysconfdir=/etc && +./configure --prefix=/usr --sysconfdir=/etc && make This package does not come with a test suite. Now, as the root user: -make install +make install diff --git a/pst/scanning/sane.xml b/pst/scanning/sane.xml index b8ec11d8b7..5feed1eb57 100644 --- a/pst/scanning/sane.xml +++ b/pst/scanning/sane.xml @@ -71,7 +71,7 @@ - Front Ends Package Information + Additional Downloads (Front Ends) Download (HTTP): @@ -153,6 +153,8 @@ groupadd -g 70 scanner + For a USB scanner, if you are linking to , include the configure switch --enable-libusb_1_0. Install SANE-backends by running the following @@ -212,7 +214,10 @@ chgrp -v scanner /var/lock/sane To install SANE-frontends, use the following commands: -sed -i -e "/SANE_CAP_ALWAYS_SETTABLE/d" src/gtkglue.c && +tar -xf ../sane-frontends-&sane-fe-version;.tar.gz && +cd sane-frontends-&sane-fe-version; && + +sed -i -e "/SANE_CAP_ALWAYS_SETTABLE/d" src/gtkglue.c && ./configure --prefix=/usr --mandir=/usr/share/man && make diff --git a/xsoft/other/rox-filer.xml b/xsoft/other/rox-filer.xml index 7788c20ff6..db7c3e762a 100644 --- a/xsoft/other/rox-filer.xml +++ b/xsoft/other/rox-filer.xml @@ -195,7 +195,7 @@ ln -sv application-{msword,rtf}.png the hostname of the remote computer: -cat > /path/to/hostname/AppRun << "HERE_DOC" +cat > /path/to/hostname/AppRun << "HERE_DOC" #!/bin/bash MOUNT_PATH="${0%/*}"