@@ -340,3 +344,4 @@
2002-03-26 Jeff Schmidt <jschmidt AT fnal.gov>
* HISTORY: Added this file.
* DETAILS: updated version from ~n to ~o
+
diff --git a/utils/util-linux/INSTALL b/utils/util-linux/INSTALL
index e8663e5..41cbc70 100755
--- a/utils/util-linux/INSTALL
+++ b/utils/util-linux/INSTALL
@@ -2,4 +2,11 @@ make install DESTDIR="$INSTALL_ROOT" &&
if [[ ! -e "$INSTALL_ROOT/etc/filesystems" ]]; then
install -vm 644 "$SPELL_DIRECTORY/filesystems" "$INSTALL_ROOT/etc"
+fi &&
+
+mkdir -p $INSTALL_ROOT/etc/profile.d/ &&
+if install_config_file $SCRIPT_DIRECTORY/profile.d/pager.sh \
+ $INSTALL_ROOT/etc/profile.d/pager.sh;
+then
+ chmod 0755 $INSTALL_ROOT/etc/profile.d/pager.sh
fi
diff --git a/utils/util-linux/profile.d/pager.sh
b/utils/util-linux/profile.d/pager.sh
new file mode 100644
index 0000000..685f12d
--- /dev/null
+++ b/utils/util-linux/profile.d/pager.sh
@@ -0,0 +1,10 @@
+#!/bin/sh
+# First check if this variable is already set
+# then if not set, check it (maybe), then set it
+
+if [ -z "$PAGER" ] ; then
+ PAGER="more"
+fi
+
+export PAGER
+
[SM-Commit] GIT changes to master grimoire by Quentin Rameau (7462d64206ac6212e284a89dbca58c19b2f8487c),
Quentin Rameau, 09/13/2009