summaryrefslogtreecommitdiff
path: root/extra/hylafax/config.local
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-04-28 22:36:26 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-04-28 22:36:26 +0200
commit92116b44c20c9b8e3ee49b794084d08d22e87cd3 (patch)
treeebfcd9f003924e328dd0ccdb16197c7e38c61dcf /extra/hylafax/config.local
parentc89124d6a88f4cfffaba4492922c86091f2c8516 (diff)
parent00f77ef3b2b7856520daba393370f67b773c2184 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community-testing/gnustep-base/PKGBUILD community-testing/gtranslator/PKGBUILD community-testing/parrot/PKGBUILD community/chmsee/PKGBUILD core/lvm2/PKGBUILD extra/php/PKGBUILD extra/samba/PKGBUILD multilib/lib32-openssl/PKGBUILD staging/php/PKGBUILD staging/php/php-fpm.conf.in.patch staging/php/php.ini.patch testing/cairo/PKGBUILD testing/eog-plugins/PKGBUILD testing/eog/PKGBUILD testing/gedit/PKGBUILD testing/gjs/PKGBUILD testing/glib2/PKGBUILD testing/gnome-documents/PKGBUILD testing/gnome-shell/PKGBUILD testing/gobject-introspection/PKGBUILD testing/libpeas/PKGBUILD testing/mutter/PKGBUILD testing/openssl/PKGBUILD testing/pygobject/PKGBUILD testing/python/PKGBUILD testing/rhythmbox/PKGBUILD testing/ruby/PKGBUILD testing/ruby/ruby.install testing/sushi/PKGBUILD testing/totem/PKGBUILD
Diffstat (limited to 'extra/hylafax/config.local')
-rw-r--r--extra/hylafax/config.local12
1 files changed, 6 insertions, 6 deletions
diff --git a/extra/hylafax/config.local b/extra/hylafax/config.local
index 0d8e2bcd8..4ea0f3500 100644
--- a/extra/hylafax/config.local
+++ b/extra/hylafax/config.local
@@ -250,24 +250,24 @@ SYSUID="root" # user ID for system installs
# based on whether or not they are capable of processing scripts
# included in the distribution (e.g AWK and SCRIPT_SH, SED).
#
-#AWK="/bin/awk" # pathname of suitable awk program
+AWK="/usr/bin/awk" # pathname of suitable awk program
#CAT="/bin/cat" # pathname of suitable cat program
#CHGRP="/etc/chgrp" # pathname of suitable chgrp program
#CHMOD="/etc/chmod" # pathname of suitable chmod program
#CHOWN="/etc/chown" # pathname of suitable chown program
-#CMP="/bin/cmp" # pathname of suitable cmp program
-#COL="/bin/col" # pathname of suitable col program
+CMP="/usr/bin/cmp" # pathname of suitable cmp program
+COL="/usr/bin/col" # pathname of suitable col program
#CP="/bin/cp" # pathname of suitable cp program
#ECHO="/bin/echo" # pathname of suitable echo program
-#GREP="/bin/grep" # pathname of suitable grep program
+GREP="/usr/bin/grep" # pathname of suitable grep program
#LN="/bin/ln" # pathname of suitable ln program
#LN_S="-s" # option to ${LN} to create symlink
#MAN="/usr/bin/man" # pathname of suitable man program
#MKDIR="/bin/mkdir" # pathname of suitable mkdir program
-#MKFIFO="/bin/mkfifo" # pathname of suitable mkfifo program
+MKFIFO="/usr/bin/mkfifo" # pathname of suitable mkfifo program
#MV="/bin/mv" # pathname of suitable mv program
#MV_F="-f" # option to ${MV} to force operation
#RMCMD="/bin/rm" # pathname of suitable rm program
#SED="/bin/sed" # pathname of suitable sed program
#SCRIPT_SH="/bin/sh" # pathname of suitable shell
-#SORT="/bin/sort" # pathname of suitable sort program
+SORT="/usr/bin/sort" # pathname of suitable sort program