Advertisement
s243a

rc.network() - /etc/rc/rc.d/rc.network - puppylinux

Oct 9th, 2016
277
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.37 KB | None | 0 0
  1. # lines 127 to 134 of /etc/rc.d/rc.network
  2. # http://www.pearltrees.com/s243a/failure-message-puppylinux/id16440724
  3. failure_message(){
  4.     if [ "$HAVEX" = "yes" ]; then
  5.       gxmessage -center -font "sans 16" -geometry 150x100 -borderless -timeout 1 -bg "red" -buttons "" -title "$L_TITLE_Failure" "
  6.         $L_MESSGAE_Failed.   " &
  7.     else
  8.       echo "$L_MESSGAE_Failed..."
  9.     fi
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement