Magellan Linux

Contents of /mcore-src/tags/mcore-tools-1_0_5/src/mcorepasswd.in

Parent Directory Parent Directory | Revision Log Revision Log


Revision 2911 - (show annotations) (download)
Fri Sep 15 09:55:18 2023 UTC (12 months, 1 week ago) by niro
File size: 199 byte(s)
tagged 'mcore-tools-1_0_5'
1 #!/bin/bash
2
3 MCORE_LIBDIR="@@MCORE_LIBDIR@@"
4
5 # respect require and provide
6 provide() { return 0; }
7 require() { return 0; }
8
9 source ${MCORE_LIBDIR}/include/sessionauth.global.class
10
11 mcorepasswd "$1"