From the SME
dag repository page, you need to run the following TWO commands (the first command extends over 9 lines because of the back slashes at the end of the first 8 lines):
/sbin/e-smith/db yum_repositories set dag repository \
Name 'Dag - EL4' \
BaseURL 'http://apt.sw.be/redhat/el4/en/$basearch/dag' \
EnableGroups no \
GPGCheck yes \
GPGKey http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt \
Visible no \
Exclude freetype,htop,iptraf,rsync,syslinux \
status disabled
signal-event yum-modify
On my SME servers, I do this as follows:
1) Use
putty to login to my SME server as root
2) copy all of the above code to my system clipboard
3) move the mouse cursor over the putty window and right-click to paste the system clipboard to the command prompt on my SME
4) verify the results using
db yum_repositories show dag
The resulting output should look like:
dag=repository
BaseURL=http://apt.sw.be/redhat/el4/en/$basearch/dag
EnableGroups=no
Exclude=freetype,htop,iptraf,rsync,syslinux
GPGCheck=yes
GPGKey=http://dag.wieers.com/packages/RPM-GPG-KEY.dag.txt
Name=Dag - EL4
Visible=no
status=disabled