saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
@@ -1,46 +1,3 @@
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#!/bin/sh
|
||||
|
||||
userresources=$HOME/.Xresources
|
||||
@@ -51,13 +8,6 @@ sysmodmap=/etc/X11/xinit/Xmodmap
|
||||
# merge in defaults and keymaps
|
||||
|
||||
if [ -f $sysresources ]; then
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
xrdb -merge $sysresources
|
||||
|
||||
fi
|
||||
@@ -67,13 +17,6 @@ if [ -f $sysmodmap ]; then
|
||||
fi
|
||||
|
||||
if [ -f "$userresources" ]; then
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
xrdb -merge "$userresources"
|
||||
|
||||
fi
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
if [ -z "${XDG_MENU_PREFIX}" ] && [ "${DESKTOP_SESSION}" = "KDE-4" ]; then
|
||||
export XDG_MENU_PREFIX="kde-4-"
|
||||
fi
|
||||
21
X11/xinit/xinitrc.d/96-gnupg-agent
Executable file
21
X11/xinit/xinitrc.d/96-gnupg-agent
Executable file
@@ -0,0 +1,21 @@
|
||||
#: ${GNUPGHOME=$HOME/.gnupg}
|
||||
|
||||
#GPGAGENT=/usr/bin/gpg-agent
|
||||
#PID_FILE="$GNUPGHOME/gpg-agent-info-$(hostname)"
|
||||
|
||||
#if grep -qs '^[[:space:]]*use-agent' "$GNUPGHOME/gpg.conf" "$GNUPGHOME/options" &&
|
||||
# test -x $GPGAGENT &&
|
||||
# { test -z "$GPG_AGENT_INFO" || ! $GPGAGENT 2>/dev/null; }; then
|
||||
|
||||
# if [ -r "$PID_FILE" ]; then
|
||||
# . "$PID_FILE"
|
||||
# fi
|
||||
|
||||
# Invoking gpg-agent with no arguments exits successfully if the agent
|
||||
# is already running as pointed by $GPG_AGENT_INFO
|
||||
# if ! $GPGAGENT 2>/dev/null; then
|
||||
# STARTUP="$GPGAGENT --use-standard-socket --daemon --sh --enable-ssh-support --write-env-file=$PID_FILE"
|
||||
# fi
|
||||
#fi
|
||||
|
||||
#eval `${STARTUP}`
|
||||
Reference in New Issue
Block a user