From: prascle Date: Mon, 17 Oct 2005 08:13:52 +0000 (+0000) Subject: PR: wrong name X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=b6436bcb30e86260b03eca367043cc04ffb67f9b;p=modules%2Fkernel.git PR: wrong name --- diff --git a/bin/appliskel/.bashrc b/bin/appliskel/.bashrc new file mode 100644 index 000000000..ab711e036 --- /dev/null +++ b/bin/appliskel/.bashrc @@ -0,0 +1,10 @@ +#!/bin/bash + +# If not running interactively, don't do anything: +[ -z "$PS1" ] && return + +# keep original settings (debian) +. ~/.bashrc + +# prefix prompt with naming server hostname and port +export PS1='[NS='${NSHOST}':'${NSPORT}']'${PS1} diff --git a/bin/appliskel/.basrhc b/bin/appliskel/.basrhc deleted file mode 100644 index ab711e036..000000000 --- a/bin/appliskel/.basrhc +++ /dev/null @@ -1,10 +0,0 @@ -#!/bin/bash - -# If not running interactively, don't do anything: -[ -z "$PS1" ] && return - -# keep original settings (debian) -. ~/.bashrc - -# prefix prompt with naming server hostname and port -export PS1='[NS='${NSHOST}':'${NSPORT}']'${PS1}